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_9-5-g8fed40


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_9-5-g8fed403
Date: Tue, 30 Aug 2011 18:57:53 +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=8fed4038d83d63941fe3e488a0a4103d38c48529

The branch, gnutls_2_12_x has been updated
       via  8fed4038d83d63941fe3e488a0a4103d38c48529 (commit)
      from  c163cb701314b487f18bd824307eb76eb05d185a (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 8fed4038d83d63941fe3e488a0a4103d38c48529
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Aug 30 15:44:53 2011 +0200

    Corrected error checking in _gnutls_send_int().

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

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

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 37ef582..d083fad 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -352,7 +352,7 @@ _gnutls_send_int (gnutls_session_t session, content_type_t 
type,
                   size_t sizeofdata, unsigned int mflags)
 {
   mbuffer_st *bufel;
-  size_t cipher_size;
+  ssize_t cipher_size;
   int retval, ret;
   int data2send_size;
   uint8_t headers[5];


hooks/post-receive
-- 
GNU gnutls



reply via email to

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