diff options
Diffstat (limited to 'extra/gnupg/gnupg2-2.0.16-security.patch')
-rw-r--r-- | extra/gnupg/gnupg2-2.0.16-security.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/gnupg/gnupg2-2.0.16-security.patch b/extra/gnupg/gnupg2-2.0.16-security.patch new file mode 100644 index 000000000..b265c1532 --- /dev/null +++ b/extra/gnupg/gnupg2-2.0.16-security.patch @@ -0,0 +1,11 @@ +--- kbx/keybox-blob.c (revision 5367) ++++ kbx/keybox-blob.c (working copy) +@@ -898,6 +898,7 @@ + rc = gpg_error_from_syserror (); + goto leave; + } ++ names = tmp; + } + names[blob->nuids++] = p; + if (!i && (p=x509_email_kludge (p))) + |