gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_13-1-g58870


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_13-1-g5887084
Date: Tue, 08 Nov 2011 07:04:02 +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=588708465992e1d9fc09cf4e3a39caef878428d9

The branch, gnutls_2_12_x has been updated
       via  588708465992e1d9fc09cf4e3a39caef878428d9 (commit)
      from  5abca4a0f8938bf5f3a2b31cc4e08dd7c6ff67ef (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 588708465992e1d9fc09cf4e3a39caef878428d9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 8 07:52:51 2011 +0100

    bug fix in gnutls_session_get_data().

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

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

diff --git a/lib/gnutls_session.c b/lib/gnutls_session.c
index 4ab1ef5..26bc752 100644
--- a/lib/gnutls_session.c
+++ b/lib/gnutls_session.c
@@ -68,6 +68,7 @@ gnutls_session_get_data (gnutls_session_t session,
 
   if (psession.size > *session_data_size)
     {
+      *session_data_size = psession.size;
       ret = GNUTLS_E_SHORT_MEMORY_BUFFER;
       goto error;
     }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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