gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Assert for a bug someone ne


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Assert for a bug someone needs to fix
Date: Mon, 13 Nov 2017 05:06:06 +0100

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

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 86e8c4d67 Assert for a bug someone needs to fix
86e8c4d67 is described below

commit 86e8c4d67119bb74d5e7c88882b349a3265d491b
Author: David Barksdale <address@hidden>
AuthorDate: Sun Nov 12 22:03:32 2017 -0600

    Assert for a bug someone needs to fix
---
 src/util/resolver_api.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index 33a340729..11b8134d6 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -469,6 +469,7 @@ handle_response (void *cls,
   uint16_t size;
   char *nret;
 
+  GNUNET_assert (NULL != rh);
   size = ntohs (msg->size);
   if (size == sizeof (struct GNUNET_MessageHeader))
   {

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



reply via email to

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