[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-163-g61b4481

by Werner Koch cvs at cvs.gnupg.org
Mon Jul 15 10:32:08 CEST 2013


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  61b44812728d1feca880a613c685040ba82c05ce (commit)
       via  a7b80e9fba6b1b095f7c53469747967b40ebfbfd (commit)
      from  d6c9c86cb7f571ae0bd9aee4efa01a0f9c4c3104 (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 61b44812728d1feca880a613c685040ba82c05ce
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jul 15 09:46:38 2013 +0200

    Register DCO for Dmitry Kasatkin.
    
    --

diff --git a/AUTHORS b/AUTHORS
index fac0219..1c20cac 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -118,6 +118,9 @@ Christian Aistleitner <christian at quelltextlich.at>
 Christian Grothoff <christian at grothoff.org>
 2013-03-21:514B5D8A.6040705 at grothoff.org:
 
+Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
+2013-07-13:20130713144407.GA27334 at fangorn.rup.mentorg.com:
+
 Dmitry Kasatkin <dmitry.kasatkin at intel.com>
 2012-12-14:50CAE2DB.80302 at intel.com:
 

commit a7b80e9fba6b1b095f7c53469747967b40ebfbfd
Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Sat Jul 13 18:50:05 2013 +0400

    Fix memory leak in t-mpi-point test
    
    * tests/t-mpi-point.c (basic_ec_math, basic_ec_math_simplified): add
    calls to gcry_ctx_release() to free contexts after they become unused.
    
    Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

diff --git a/tests/t-mpi-point.c b/tests/t-mpi-point.c
index 2631a11..e6302c0 100644
--- a/tests/t-mpi-point.c
+++ b/tests/t-mpi-point.c
@@ -643,6 +643,7 @@ basic_ec_math (void)
   gcry_mpi_point_release (G);
   gcry_mpi_release (A);
   gcry_mpi_release (P);
+  gcry_ctx_release (ctx);
 }
 
 
@@ -761,6 +762,7 @@ basic_ec_math_simplified (void)
   gcry_mpi_point_release (Q);
   gcry_mpi_release (d);
   gcry_mpi_point_release (G);
+  gcry_ctx_release (ctx);
 }
 
 

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

Summary of changes:
 AUTHORS             |    3 +++
 tests/t-mpi-point.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


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




More information about the Gnupg-commits mailing list