[git] GnuPG - branch, master, updated. gnupg-2.1.16-63-g8636ad5

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Tue Dec 6 21:58:16 CET 2016


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 Privacy Guard".

The branch, master has been updated
       via  8636ad5023a1bdc527add40a5508f8c5b7c35221 (commit)
      from  e352ead43fbb0180e1f1c71bf1a000d1954eb777 (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 8636ad5023a1bdc527add40a5508f8c5b7c35221
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Dec 6 11:01:22 2016 -0500

    agent: Respect --enable-large-secmem
    
    * agent/gpg-agent.c (main): Initialize secmem to the configured buffer
    size.
    
    --
    
    This patch is a step toward addressing
    GnuPG-bug-id: 2857
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 710357c..5e2e4bf 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1055,7 +1055,7 @@ main (int argc, char **argv )
     }
 
   /* Initialize the secure memory. */
-  gcry_control (GCRYCTL_INIT_SECMEM, 32768, 0);
+  gcry_control (GCRYCTL_INIT_SECMEM, SECMEM_BUFFER_SIZE, 0);
   maybe_setuid = 0;
 
   /*

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

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


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list