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:
5954f4c
)
Fix printf format causing SEISEGV
author
Bart Polot
<bart@net.in.tum.de>
Tue, 3 May 2016 18:38:44 +0000
(18:38 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 3 May 2016 18:38:44 +0000
(18:38 +0000)
src/transport/plugin_transport_udp.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_udp.c
b/src/transport/plugin_transport_udp.c
index b5706f024aed26e395730e0cc6e06eed9a23c39b..a999897cc00dca618a8c0b867663ff1c22a4cf38 100644
(file)
--- a/
src/transport/plugin_transport_udp.c
+++ b/
src/transport/plugin_transport_udp.c
@@
-3139,7
+3139,7
@@
udp_select_read (struct Plugin *plugin,
if (size != ntohs (msg->size))
{
LOG (GNUNET_ERROR_TYPE_WARNING,
- "UDP malformed message header from %s\n",
+ "UDP malformed message
(size %u)
header from %s\n",
(unsigned int) size,
GNUNET_a2s (sa,
fromlen));