gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/04: Fix overflow in transport-testing


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/04: Fix overflow in transport-testing
Date: Mon, 09 Oct 2017 23:12:03 +0200

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

commit 704722e37ac066bf1f304c93ecf198cbf7fd26be
Author: David Barksdale <address@hidden>
AuthorDate: Mon Oct 9 16:10:11 2017 -0500

    Fix overflow in transport-testing
---
 src/transport/transport-testing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transport/transport-testing.c 
b/src/transport/transport-testing.c
index 2aa6cdbb0..918d70a9d 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -384,7 +384,7 @@ GNUNET_TRANSPORT_TESTING_start_peer (struct 
GNUNET_TRANSPORT_TESTING_Handle *tth
 {
   char *emsg = NULL;
   struct GNUNET_TRANSPORT_TESTING_PeerContext *p;
-  struct GNUNET_PeerIdentity *dummy;
+  struct GNUNET_PeerIdentity dummy;
   unsigned int i;
 
   if (GNUNET_NO == GNUNET_DISK_file_test (cfgname))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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