gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 17/28: add assertion to make static analysis happy


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 17/28: add assertion to make static analysis happy
Date: Fri, 10 Mar 2017 18:19:01 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 1a2fad47b4652d3c2819e73ce7706856636b1310
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 17:54:54 2017 +0100

    add assertion to make static analysis happy
---
 src/cadet/gnunet-service-cadet-new_peer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-service-cadet-new_peer.c 
b/src/cadet/gnunet-service-cadet-new_peer.c
index 350c8efae..29aef6895 100644
--- a/src/cadet/gnunet-service-cadet-new_peer.c
+++ b/src/cadet/gnunet-service-cadet-new_peer.c
@@ -917,6 +917,7 @@ path_heap_cleanup (void *cls)
        unused paths around in the hope that we might be able to switch, even
        if the number of paths exceeds the threshold.) */
     root = GNUNET_CONTAINER_heap_peek (cp->path_heap);
+    GNUNET_assert (NULL != root);
     if (NULL !=
         GCPP_get_connection (root,
                              cp,

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



reply via email to

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