summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/tftpfs/init.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-08-05 07:51:43 +1000
committerChris Johns <chrisj@rtems.org>2022-08-05 07:54:13 +1000
commitc36d6080796cf5ae0a8b2db7e07e20bfae11fbea (patch)
tree43c32d8e85139fc52a982ae8fb1b88c2729efcc8 /testsuites/fstests/tftpfs/init.c
parentlibdl: Fix warnings on 64bit architectures (diff)
downloadrtems-c36d6080796cf5ae0a8b2db7e07e20bfae11fbea.tar.bz2
testsuite: Fix warnings
Updates #4662
Diffstat (limited to '')
-rw-r--r--testsuites/fstests/tftpfs/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/tftpfs/init.c b/testsuites/fstests/tftpfs/init.c
index fe18476ef3..94e0242564 100644
--- a/testsuites/fstests/tftpfs/init.c
+++ b/testsuites/fstests/tftpfs/init.c
@@ -919,7 +919,7 @@ T_TEST_CASE( tftp_read_null_buffer )
*/
T_TEST_CASE( tftp_write_null_tftp_handle )
{
- char data_buffer[10];
+ char data_buffer[10] = { 0 };
ssize_t res;
res = tftp_write(