gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/04: RPS test util: Initialise local memory


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: RPS test util: Initialise local memory
Date: Wed, 20 Feb 2019 21:11:47 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit afc74a94867c2e272f4abb39beed2a0a3f7961fd
Author: Julius Bünger <address@hidden>
AuthorDate: Wed Feb 20 20:57:59 2019 +0100

    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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]