[SCM] GNU gnutls branch, master, updated. gnutls_3_0_9-57-gd07a85c

"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=d07a85c2437d5ce1c197d692ce9052eedff1f488

The branch, master has been updated
       via  d07a85c2437d5ce1c197d692ce9052eedff1f488 (commit)
      from  5440504c39326d35fa02bb61f1f6248dc115ee2f (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 d07a85c2437d5ce1c197d692ce9052eedff1f488
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Sat Dec 31 19:32:30 2011 +0200

    CDK_EOF error code now returns GNUTLS_E_PARSING_ERROR

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

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

diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index 0ceca8f..d344b18 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -44,6 +44,8 @@ _gnutls_map_cdk_rc (int rc)
     {
     case CDK_Success:
       return 0;
+    case CDK_EOF:
+      return GNUTLS_E_PARSING_ERROR;
     case CDK_Too_Short:
       return GNUTLS_E_SHORT_MEMORY_BUFFER;
     case CDK_General_Error:


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.