projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e4f0c
)
Assert for a bug someone needs to fix
author
David Barksdale
<amatus@amat.us>
Mon, 13 Nov 2017 04:03:32 +0000
(22:03 -0600)
committer
David Barksdale
<amatus@amat.us>
Mon, 13 Nov 2017 04:05:52 +0000
(22:05 -0600)
src/util/resolver_api.c
patch
|
blob
|
history
diff --git
a/src/util/resolver_api.c
b/src/util/resolver_api.c
index 33a340729d19fdc19a1ecdc6e6e409f1b5168ce2..11b8134d6d78e1a85a6a1d2c6df46c1721a7a2eb 100644
(file)
--- 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))
{