aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-02-18 09:22:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-02-18 09:22:40 +0000
commit96beb38ae750c04bca67509afce5d23359d18d91 (patch)
tree376bd7d202a5edbcc7b5cf16de36eab3d72cc642 /src/peerinfo-tool
parenta6260333e80f28841e51f1b7aa53958661af099c (diff)
downloadgnunet-96beb38ae750c04bca67509afce5d23359d18d91.tar.gz
gnunet-96beb38ae750c04bca67509afce5d23359d18d91.zip
memory corruption
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
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,
432static int 432static int
433parse_hello_uri (const char *put_uri) 433parse_hello_uri (const char *put_uri)
434{ 434{
435 struct GNUNET_HELLO_Message *hello; 435 struct GNUNET_HELLO_Message *hello = NULL;
436 436
437 int ret = GNUNET_HELLO_parse_uri(put_uri, &my_public_key, &hello, &GPI_plugins_find); 437 int ret = GNUNET_HELLO_parse_uri(put_uri, &my_public_key, &hello, &GPI_plugins_find);
438 438