gnutls-commit
[Top][All Lists]
Advanced

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

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


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_9-57-gd07a85c
Date: Sun, 01 Jan 2012 14:16:16 +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=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 <address@hidden>
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



reply via email to

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