gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix segv on error


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix segv on error
Date: Sun, 24 Feb 2019 09:53:32 +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 4577873dc fix segv on error
4577873dc is described below

commit 4577873dccd43d132062ae3c07e316c86be6af2f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 24 09:53:11 2019 +0100

    fix segv on error
---
 src/namestore/test_namestore_api_remove.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/namestore/test_namestore_api_remove.c 
b/src/namestore/test_namestore_api_remove.c
index 35556e330..02c2672aa 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.c
@@ -127,6 +127,7 @@ put_cont (void *cls,
   const char *name = cls;
 
   GNUNET_assert (NULL != cls);
+  nsqe = NULL;
   if (GNUNET_SYSERR == success)
   {
     GNUNET_break (0);

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



reply via email to

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