summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/psxtests/psxstat/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index b616f55746..09ebb9613e 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -508,8 +508,8 @@ void make_many_symlinks(
)
{
int i;
- char name1[5];
- char name2[5];
+ char name1[32];
+ char name2[32];
char *link_file;
/* limit the link_count to ensure filename buffer doesn't overflow */