diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/tst-catgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/tst-catgets.c b/catgets/tst-catgets.c index 140de722c8..0886938d53 100644 --- a/catgets/tst-catgets.c +++ b/catgets/tst-catgets.c @@ -30,7 +30,7 @@ do_bz17905 (void) rl.rlim_cur = sz; setrlimit (RLIMIT_STACK, &rl); - buf = malloc (sz + 1); + buf = malloc (sz + 1); memset (buf, 'A', sz); buf[sz] = '\0'; setenv ("NLSPATH", buf, 1); |