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_2-7-gf48cb4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-7-gf48cb4e
Date: Wed, 03 Nov 2010 16:46:04 +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=f48cb4e387e0b89627310499ce5d80b3063a5ee2

The branch, gnutls_2_10_x has been updated
       via  f48cb4e387e0b89627310499ce5d80b3063a5ee2 (commit)
      from  561acd2ca0977f9697a099a809430f2fa4048f20 (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 f48cb4e387e0b89627310499ce5d80b3063a5ee2
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Nov 3 17:44:02 2010 +0100

    Corrected leak in extension data calculation. Reported by Mike Blumenkrantz.

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

Summary of changes:
 NEWS                   |    3 +++
 lib/gnutls_handshake.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 1791957..bd5fa2a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the end for copying conditions.
 
 * Version 2.10.3 (unreleased)
 
+** libgnutls: Corrected memory leak in extension data calculation. 
+Reported by Mike Blumenkrantz.
+
 ** libgnutls: Remove trailing comma in enums in gnutls.h and x509.h.
 
 ** API and ABI modifications:
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 2bf2e1b..e2f49fe 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2178,6 +2178,7 @@ _gnutls_send_client_hello (gnutls_session_t session, int 
again)
   ret =
     _gnutls_send_handshake (session, data, datalen,
                            GNUTLS_HANDSHAKE_CLIENT_HELLO);
+  gnutls_free (extdata);
   gnutls_free (data);
 
   return ret;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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