gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Fix use-after-free in gnune


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fix use-after-free in gnunet-cadet
Date: Wed, 27 Dec 2017 18:47:28 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 012cae139 Fix use-after-free in gnunet-cadet
012cae139 is described below

commit 012cae139ac7c647b1807f62b64e8b59dafe712b
Author: David Barksdale <address@hidden>
AuthorDate: Wed Dec 27 11:47:08 2017 -0600

    Fix use-after-free in gnunet-cadet
---
 src/cadet/gnunet-cadet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index 675e7faf0..a9b02714b 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -693,6 +693,7 @@ show_tunnel (void *cls)
 {
   struct GNUNET_PeerIdentity pid;
 
+  job = NULL;
   if (GNUNET_OK !=
       GNUNET_CRYPTO_eddsa_public_key_from_string (tunnel_id,
                                                   strlen (tunnel_id),

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



reply via email to

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