From 96beb38ae750c04bca67509afce5d23359d18d91 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 18 Feb 2013 09:22:40 +0000 Subject: [PATCH] memory corruption --- src/peerinfo-tool/gnunet-peerinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c index 809b2a592..6e1007e40 100644 --- a/src/peerinfo-tool/gnunet-peerinfo.c +++ b/src/peerinfo-tool/gnunet-peerinfo.c @@ -432,7 +432,7 @@ add_continuation (void *cls, static int parse_hello_uri (const char *put_uri) { - struct GNUNET_HELLO_Message *hello; + struct GNUNET_HELLO_Message *hello = NULL; int ret = GNUNET_HELLO_parse_uri(put_uri, &my_public_key, &hello, &GPI_plugins_find); -- 2.25.1