[rtems commit] psxtests/psxstat: Fix format warnings

Sebastian Huber sebh at rtems.org
Thu Oct 26 11:58:28 UTC 2017


Module:    rtems
Branch:    master
Commit:    1510ce4959af37582dc64941e4ad101b808de0c6
Changeset: http://git.rtems.org/rtems/commit/?id=1510ce4959af37582dc64941e4ad101b808de0c6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 26 13:17:21 2017 +0200

psxtests/psxstat: Fix format warnings

---

 testsuites/psxtests/psxstat/test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index b616f55..09ebb96 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 */



More information about the vc mailing list