projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f902ec4
)
fix path length
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sun, 17 Feb 2019 14:44:28 +0000
(15:44 +0100)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sun, 17 Feb 2019 14:44:28 +0000
(15:44 +0100)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index b34815364b56805d2da2f1bcf2bef086e8736cf3..899ac2865f92afc7c1884adb2970831c6089efc3 100644
(file)
--- a/
src/testing/testing.c
+++ b/
src/testing/testing.c
@@
-786,7
+786,7
@@
update_config (void *cls,
struct UpdateContext *uc = cls;
unsigned int ival;
char cval[12];
- char uval[
128
];
+ char uval[
PATH_MAX
];
char *single_variable;
char *per_host_variable;
unsigned long long num_per_host;