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:
d9a688a
)
Revert 17243: not needed, coverity 10178 and 10179 false positives
author
Bart Polot
<bart@net.in.tum.de>
Wed, 12 Oct 2011 14:25:47 +0000
(14:25 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 12 Oct 2011 14:25:47 +0000
(14:25 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index fdae1c2b1aea442741e4ecea1c3620fb7d81d515..79cad3df86861ca16a16dbdb82413b74a3594036 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-2124,8
+2124,6
@@
handle_mesh_data_multicast (void *cls, const struct GNUNET_PeerIdentity *peer,
for (*copies = 0; NULL != n; n = n->next)
(*copies)++;
n = t->tree->me->children_head;
- if (NULL == n)
- return;
data = GNUNET_malloc (size);
memcpy (data, &msg[1], size);
while (NULL != n)