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_4-4-g1161028


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-4-g1161028
Date: Mon, 17 Oct 2011 21:52:56 +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=1161028cc40ddae74a81d9300de9728e9b039564

The branch, master has been updated
       via  1161028cc40ddae74a81d9300de9728e9b039564 (commit)
      from  733960deeac69f70e64b3e0a1c13b345729756f1 (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 1161028cc40ddae74a81d9300de9728e9b039564
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Oct 17 23:53:40 2011 +0200

    Corrected bug in gnutls_x509_data2hex. Report and fix by Vincent Untz.

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

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

diff --git a/lib/x509/common.c b/lib/x509/common.c
index 6bb4746..cfbcdff 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -390,6 +390,7 @@ _gnutls_x509_data2hex (const opaque * data, size_t 
data_size,
   if (out)
     {
       out[0] = '#';
+      out[1] = 0;
       _gnutls_str_cat (out, *sizeof_out, res);
     }
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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