From c09e90008766ee3f24b28ff924e1e11cf756a7c0 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 29 Dec 2009 14:39:11 +0000 Subject: Update to 5.2.12 release. --- graphics/php5-gd/files/patch-CVE-2009-3546 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 graphics/php5-gd/files/patch-CVE-2009-3546 (limited to 'graphics/php5-gd/files/patch-CVE-2009-3546') diff --git a/graphics/php5-gd/files/patch-CVE-2009-3546 b/graphics/php5-gd/files/patch-CVE-2009-3546 deleted file mode 100644 index 2010c6829504..000000000000 --- a/graphics/php5-gd/files/patch-CVE-2009-3546 +++ /dev/null @@ -1,12 +0,0 @@ ---- ./libgd/gd_gd.c.orig 2007-08-09 07:21:38.000000000 -0700 -+++ ./libgd/gd_gd.c 2009-11-08 23:13:19.144908056 -0800 -@@ -39,6 +39,9 @@ - if (!gdGetWord(&im->colorsTotal, in)) { - goto fail1; - } -+ if (im->colorsTotal > gdMaxColors) { -+ goto fail1; -+ } - } - /* Int to accommodate truecolor single-color transparency */ - if (!gdGetInt(&im->transparent, in)) { -- cgit v1.2.3