Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix regression from last commit - stagit - static git page generator
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 2d8eb85f01fdb97ab76c538b868128db4c3e99f0
parent 9328d2690e118127bcaa5cf9f665d8e7711f7a03
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 3 May 2016 20:28:09 +0200
fix regression from last commit
Diffstat:
M stagit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stagit.c b/stagit.c
t@@ -708,7 +708,7 @@ writeblob(git_object *obj, const char *fpath, const char *…
if (mkdirp(d))
return -1;
- for (p = fpath; *p; p++) {
+ for (p = fpath, tmp[0] = '\0'; *p; p++) {
if (*p == '/' && strlcat(tmp, "../", sizeof(tmp)) >= sizeof(tm…
errx(1, "path truncated: '../%s'", tmp);
p++;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.