[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-30-g518ae27

by Werner Koch cvs at cvs.gnupg.org
Mon Jan 13 11:26:19 CET 2014


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 "The GNU crypto library".

The branch, master has been updated
       via  518ae274a1845ce626b2b4223a9b3805cbbab1a7 (commit)
      from  91d3a2cc7ed2114b9f1821133eafc79efb55edca (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 518ae274a1845ce626b2b4223a9b3805cbbab1a7
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jan 9 19:14:09 2014 +0100

    Use internal malloc function in fips.c
    
    * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
    --
    
    This fixes a build problem with ENABLE_HMAC_BINARY_CHECK.
    
    Reported-by: Michal Vyskocil.

diff --git a/src/fips.c b/src/fips.c
index 8148dcd..3ab33f9 100644
--- a/src/fips.c
+++ b/src/fips.c
@@ -602,7 +602,7 @@ check_binary_integrity (void)
         err = gpg_error (GPG_ERR_INTERNAL);
       else
         {
-          fname = gcry_malloc (strlen (info.dli_fname) + 1 + 5 + 1 );
+          fname = xtrymalloc (strlen (info.dli_fname) + 1 + 5 + 1 );
           if (!fname)
             err = gpg_error_from_syserror ();
           else

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

Summary of changes:
 src/fips.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list