gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Uninitialized read


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Uninitialized read
Date: Mon, 15 Jan 2018 06:17:51 +0100

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

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d23759952 Uninitialized read
d23759952 is described below

commit d23759952cf9b0f541f81e773a09588795936ddf
Author: David Barksdale <address@hidden>
AuthorDate: Sun Jan 14 23:17:24 2018 -0600

    Uninitialized read
---
 src/rps/test_rps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 6189557f6..7d61ae6a1 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1296,7 +1296,7 @@ manage_service_wrapper (unsigned int i, unsigned int j,
                         enum PEER_ONLINE_DELTA delta,
                         double prob_go_on_off)
 {
-  struct OpListEntry *entry;
+  struct OpListEntry *entry = NULL;
   uint32_t prob;
 
   /* make sure that management operation is not already scheduled */

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



reply via email to

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