From afc74a94867c2e272f4abb39beed2a0a3f7961fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Wed, 20 Feb 2019 20:57:59 +0100 Subject: [PATCH] RPS test util: Initialise local memory --- src/rps/rps-test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c index 7f54feca1..227ff1a50 100644 --- a/src/rps/rps-test_util.c +++ b/src/rps/rps-test_util.c @@ -74,7 +74,7 @@ static struct GNUNET_CONTAINER_MultiHashMap *open_files; struct GNUNET_DISK_FileHandle * get_file_handle (const char *name) { - struct GNUNET_HashCode hash; + struct GNUNET_HashCode hash = {0}; struct GNUNET_DISK_FileHandle *fh; if (NULL == open_files) -- 2.25.1