[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_15-1-g8fad624
"Nikos Mavrogiannopoulos" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=8fad624a274df3030cf65ceaaedf0b30dcd9fbbe
The branch, gnutls_2_12_x has been updated
via 8fad624a274df3030cf65ceaaedf0b30dcd9fbbe (commit)
from 85ec93038ff3bdfc21b721c73ece53c4bdd38022 (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 8fad624a274df3030cf65ceaaedf0b30dcd9fbbe
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Fri Jan 6 20:07:55 2012 +0100
Corrected functionality of gnutls_record_get_direction(). Reported by Philip Allison.
-----------------------------------------------------------------------
Summary of changes:
lib/gnutls_buffers.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index 0c48d26..3d0887f 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -674,6 +674,10 @@ _gnutls_io_write_buffered (gnutls_session_t session,
{
mbuffer_head_st *const send_buffer = &session->internals.record_send_buffer;
+ /* to know where the procedure was interrupted.
+ */
+ session->internals.direction = 1;
+
_mbuffer_enqueue (send_buffer, bufel);
_gnutls_write_log
hooks/post-receive
--
GNU gnutls