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_2-30-g6936579


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-30-g6936579
Date: Fri, 09 Sep 2011 07:33:43 +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=6936579f1b508890e7b43d92c7b58269f0c41c9a

The branch, master has been updated
       via  6936579f1b508890e7b43d92c7b58269f0c41c9a (commit)
      from  98dfaef4fd5d5a763a60c364fb0c74316d8fb6bc (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 6936579f1b508890e7b43d92c7b58269f0c41c9a
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 9 09:33:39 2011 +0200

    Fix possible infloop and build warning about uninitialied variable.

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

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

diff --git a/lib/pkcs11_write.c b/lib/pkcs11_write.c
index 5b2fd7b..256a7d2 100644
--- a/lib/pkcs11_write.c
+++ b/lib/pkcs11_write.c
@@ -268,7 +268,7 @@ gnutls_pkcs11_copy_x509_privkey (const char *token_url,
     {
       p11_kit_uri_free (info);
       gnutls_assert ();
-      goto cleanup;
+      return ret;
     }
 
   ret =
@@ -518,7 +518,7 @@ cleanup:
     default:
       gnutls_assert ();
       ret = GNUTLS_E_INVALID_REQUEST;
-      goto cleanup;
+      break;
     }
 
   if (pks != 0)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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