From: Matthias Wachs Date: Mon, 18 Feb 2013 09:22:40 +0000 (+0000) Subject: memory corruption X-Git-Tag: initial-import-from-subversion-38251~9896 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96beb38ae750c04bca67509afce5d23359d18d91;p=oweals%2Fgnunet.git memory corruption --- 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);