[git] GnuPG - branch, master, updated. gnupg-2.1.15-267-g5e7dfd9

by Kai Michaelis cvs at cvs.gnupg.org
Mon Oct 24 12:29:29 CEST 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  5e7dfd979d2d91800d90c3ce9a66755df3217682 (commit)
      from  b1828c17fc475def1ee9e06f083f513f568c241b (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 5e7dfd979d2d91800d90c3ce9a66755df3217682
Author: Kai Michaelis <kai at gnupg.org>
Date:   Mon Oct 24 12:29:05 2016 +0200

    dirmngr: Fix segfault in VERSIONCHECK.
    
    * dirmngr/server.c (cmd_versioncheck): The VERSIONCHECK command crashes
    when called without program version.

diff --git a/dirmngr/server.c b/dirmngr/server.c
index 8590fb1..496ee2d 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -2516,8 +2516,8 @@ cmd_versioncheck (assuan_context_t ctx, char *line)
   char *cmd_fields[2];
 
   ctrl_t ctrl;
-  estream_t swdb;
-  estream_t swdb_sig;
+  estream_t swdb = NULL;
+  estream_t swdb_sig = NULL;
   char* swdb_dir = NULL;
   char* swdb_sig_dir = NULL;
   char* buf = NULL;

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

Summary of changes:
 dirmngr/server.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list