gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35760 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35760 - gnunet/src/rps
Date: Wed, 20 May 2015 17:52:13 +0200

Author: ch3
Date: 2015-05-20 17:52:13 +0200 (Wed, 20 May 2015)
New Revision: 35760

Modified:
   gnunet/src/rps/gnunet-service-rps.c
Log:
-fixed coverity Uninitialized pointer read

Modified: gnunet/src/rps/gnunet-service-rps.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps.c 2015-05-20 15:24:47 UTC (rev 35759)
+++ gnunet/src/rps/gnunet-service-rps.c 2015-05-20 15:52:13 UTC (rev 35760)
@@ -1880,6 +1880,7 @@
     }
 
     /* Send PULLs to some peers to learn about additional peers to attack */
+    tmp_att_peer = att_peer_index;
     for (i = 0 ; i < num_pushes * alpha ; i++)
     {
       if (att_peers_tail == tmp_att_peer)




reply via email to

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