gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: init worst, to avoid valgri


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: init worst, to avoid valgrind warning (otherwise harmless)
Date: Wed, 01 Feb 2017 16:34:17 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b51f5bcff init worst, to avoid valgrind warning (otherwise harmless)
b51f5bcff is described below

commit b51f5bcffd09748c61c7465db4d80d943cb2c70f
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 1 16:34:30 2017 +0100

    init worst, to avoid valgrind warning (otherwise harmless)
---
 src/cadet/gnunet-service-cadet-new_tunnels.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c 
b/src/cadet/gnunet-service-cadet-new_tunnels.c
index c1532e835..32ddf2984 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -2428,6 +2428,7 @@ consider_path_cb (void *cls,
   es.min_desire = UINT64_MAX;
   es.path = path;
   es.duplicate = GNUNET_NO;
+  es.worst = NULL;
 
   /* Compute evaluation summary over existing connections. */
   GCT_iterate_connections (t,

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



reply via email to

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