From dd8bd374e17f2edb5313368da57b8c3a572e21c7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 3 May 2016 18:38:44 +0000 Subject: [PATCH] Fix printf format causing SEISEGV --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index b5706f024..a999897cc 100644 --- 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)); -- 2.25.1