gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26146 - gnunet/src/peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r26146 - gnunet/src/peerinfo-tool
Date: Mon, 18 Feb 2013 10:22:40 +0100

Author: wachs
Date: 2013-02-18 10:22:40 +0100 (Mon, 18 Feb 2013)
New Revision: 26146

Modified:
   gnunet/src/peerinfo-tool/gnunet-peerinfo.c
Log:
memory corruption


Modified: gnunet/src/peerinfo-tool/gnunet-peerinfo.c
===================================================================
--- gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2013-02-18 08:35:52 UTC (rev 
26145)
+++ gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2013-02-18 09:22:40 UTC (rev 
26146)
@@ -432,7 +432,7 @@
 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);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]