diff options
Diffstat (limited to 'patches/source/gnupg2/gnupg2.CVE-2010-2547.diff')
-rw-r--r-- | patches/source/gnupg2/gnupg2.CVE-2010-2547.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/source/gnupg2/gnupg2.CVE-2010-2547.diff b/patches/source/gnupg2/gnupg2.CVE-2010-2547.diff new file mode 100644 index 00000000..14c2de7e --- /dev/null +++ b/patches/source/gnupg2/gnupg2.CVE-2010-2547.diff @@ -0,0 +1,10 @@ +--- ./kbx/keybox-blob.c.orig 2009-09-21 11:53:44.000000000 -0500 ++++ ./kbx/keybox-blob.c 2010-08-18 20:10:19.000000000 -0500 +@@ -898,6 +898,7 @@ + rc = gpg_error_from_syserror (); + goto leave; + } ++ names = tmp; + } + names[blob->nuids++] = p; + if (!i && (p=x509_email_kludge (p))) |