gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_19-1-ga4e73


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_19-1-ga4e735b
Date: Wed, 25 Apr 2012 08:22:26 +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=a4e735b948562f1093dbd5f98c1b2aa4eb741ee9

The branch, gnutls_3_0_x-2 has been updated
       via  a4e735b948562f1093dbd5f98c1b2aa4eb741ee9 (commit)
      from  947eb0b0515ce4854914b57b8af3f0673ef25540 (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 a4e735b948562f1093dbd5f98c1b2aa4eb741ee9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Apr 25 10:19:16 2012 +0200

    corrected bug in scan_nz()

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

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

diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index da6abba..688f399 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -152,7 +152,7 @@ _gnutls_mpi_scan_nz (bigint_t * ret_mpi, const void 
*buffer, size_t nbytes)
 
   /* MPIs with 0 bits are illegal
    */
-  if (_gnutls_mpi_get_nbits (*ret_mpi) == 0)
+  if (_gnutls_mpi_cmp_ui (*ret_mpi, 0) == 0)
     {
       _gnutls_mpi_release (ret_mpi);
       return GNUTLS_E_MPI_SCAN_FAILED;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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