SOURCES: gnupg-CVE-2006-6169.patch (NEW) - from gnupg announce

qboosh qboosh at pld-linux.org
Fri Dec 1 11:07:38 CET 2006


Author: qboosh                       Date: Fri Dec  1 10:07:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from gnupg announce

---- Files affected:
SOURCES:
   gnupg-CVE-2006-6169.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnupg-CVE-2006-6169.patch
diff -u /dev/null SOURCES/gnupg-CVE-2006-6169.patch:1.1
--- /dev/null	Fri Dec  1 11:07:38 2006
+++ SOURCES/gnupg-CVE-2006-6169.patch	Fri Dec  1 11:07:33 2006
@@ -0,0 +1,12 @@
+--- gnupg-1.4.5/g10/openfile.c.orig	2006-07-31 16:00:19.000000000 +0200
++++ gnupg-1.4.5/g10/openfile.c	2006-12-01 10:59:02.049505000 +0100
+@@ -144,8 +144,8 @@
+ 
+     s = _("Enter new filename");
+ 
+-    n = strlen(s) + namelen + 10;
+     defname = name && namelen? make_printable_string( name, namelen, 0): NULL;
++    n = strlen(s) + (defname?strlen (defname):0) + 10;
+     prompt = xmalloc(n);
+     if( defname )
+ 	sprintf(prompt, "%s [%s]: ", s, defname );
================================================================


More information about the pld-cvs-commit mailing list