[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-427-geae1e77

by Werner Koch cvs at cvs.gnupg.org
Tue Dec 10 08:30:41 CET 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  eae1e7712e1b687bd77eb37d0eb505fc9d46d93c (commit)
      from  9a37470c50ee9966cb2652617a404ddd54a9c096 (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 eae1e7712e1b687bd77eb37d0eb505fc9d46d93c
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Oct 22 14:26:53 2013 +0200

    Fix last commit (9a37470c)
    
    * src/secmem.c (lock_pool): Remove remaining line.  Reported by Ian
    Goldberg.

diff --git a/src/secmem.c b/src/secmem.c
index fd2cdf4..2bf7d8c 100644
--- a/src/secmem.c
+++ b/src/secmem.c
@@ -252,7 +252,6 @@ lock_pool (void *p, size_t n)
     err = no_mlock? 0 : mlock (p, n);
     if (err && errno)
       err = errno;
-    cap_set_proc (cap_from_text ("cap_ipc_lock+p"));
     cap = cap_from_text ("cap_ipc_lock+p");
     cap_set_proc (cap);
     cap_free(cap);

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

Summary of changes:
 src/secmem.c |    1 -
 1 file changed, 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