gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-13-g56119


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_1-13-g561199e
Date: Wed, 29 Sep 2010 08:16:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=561199ee5adf7f5b60e6be8f236055cb6333985b

The branch, gnutls_2_10_x has been updated
       via  561199ee5adf7f5b60e6be8f236055cb6333985b (commit)
      from  2be55b1509f5cbeae63fe64e02a849c404fcc008 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 561199ee5adf7f5b60e6be8f236055cb6333985b
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Sep 29 10:16:12 2010 +0200

    Avoid double free.

-----------------------------------------------------------------------

Summary of changes:
 lib/ext_session_ticket.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/ext_session_ticket.c b/lib/ext_session_ticket.c
index 734476e..e239bcb 100644
--- a/lib/ext_session_ticket.c
+++ b/lib/ext_session_ticket.c
@@ -614,7 +614,6 @@ _gnutls_recv_new_session_ticket (gnutls_session_t session)
   if (ret < 0)
     {
       gnutls_assert ();
-      gnutls_free (data);
       gnutls_free (session->security_parameters.extensions.session_ticket);
       return GNUTLS_E_INTERNAL_ERROR;
     }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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