Author: stewb
Date: Wed Feb  7 00:45:10 2007
New Revision: 116953

Added:
   packages/cooker/gd/current/SOURCES/gd-2.0.33-CVE-2007-0455.patch

Log:
yeah, add the patch too, love this build system


Added: packages/cooker/gd/current/SOURCES/gd-2.0.33-CVE-2007-0455.patch
==============================================================================
--- (empty file)
+++ packages/cooker/gd/current/SOURCES/gd-2.0.33-CVE-2007-0455.patch    Wed Feb 
 7 00:45:10 2007
@@ -0,0 +1,11 @@
+--- gd-2.0.33/gdft.c.cve-2007-0455     2004-11-02 14:00:48.000000000 -0700
++++ gd-2.0.33/gdft.c   2007-02-05 06:46:04.000000000 -0700
+@@ -1161,7 +1161,7 @@ fprintf(stderr,"dpi=%d,%d metric_res=%d 
+               {
+                 ch = c & 0xFF;        /* don't extend sign */
+               }
+-            next++;
++            if (*next) next++;
+           }
+           break;
+         case gdFTEX_Big5:

Reply via email to