gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: mark bug location


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: mark bug location
Date: Fri, 06 Oct 2017 23:05:22 +0200

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 c831b76d2 mark bug location
c831b76d2 is described below

commit c831b76d24e75c692ab6141f327d1a91d391f93b
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 6 23:05:21 2017 +0200

    mark bug location
---
 src/cadet/gnunet-service-cadet_paths.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet_paths.c 
b/src/cadet/gnunet-service-cadet_paths.c
index 13752643c..e75fd393c 100644
--- a/src/cadet/gnunet-service-cadet_paths.c
+++ b/src/cadet/gnunet-service-cadet_paths.c
@@ -179,7 +179,7 @@ GCPP_del_connection (struct CadetPeerPath *path,
        GCC_2s (cc),
        GCPP_2s (path),
        off);
-  GNUNET_assert (off < path->entries_length);
+  GNUNET_assert (off < path->entries_length); /* FIXME: This assertion fails 
sometimes! */
   entry = path->entries[off];
   GNUNET_assert (cc == entry->cc);
   entry->cc = NULL;

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



reply via email to

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