[git] GPGME - branch, master, updated. gpgme-1.5.4-2-g0d28a69

by Werner Koch cvs at cvs.gnupg.org
Fri Jun 5 14:28:26 CEST 2015


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 "GnuPG Made Easy".

The branch, master has been updated
       via  0d28a696163677d6b34a802b6beddecd805d0fc7 (commit)
      from  7dcb65428116e76cba9c5b171a653e791a5efaf1 (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 0d28a696163677d6b34a802b6beddecd805d0fc7
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Jun 5 14:25:59 2015 +0200

    Fix segv for userids with a backslash.
    
    * src/engine-gpg.c (gpg_keylist_preprocess): Increment SRC for a
    backslash.
    --
    
    This bug is not exploitable because this bug fills up .data with
    backslashes and thus causes the segv.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/engine-gpg.c b/src/engine-gpg.c
index 57aea8b..e14fd8d 100644
--- a/src/engine-gpg.c
+++ b/src/engine-gpg.c
@@ -2194,6 +2194,7 @@ gpg_keylist_preprocess (char *line, char **r_line)
               {
                 *dst++ = '\\';
                 *dst++ = '\\';
+                src++;
               }
 	    else
 	      *(dst++) = *(src++);

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

Summary of changes:
 src/engine-gpg.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list