summaryrefslogtreecommitdiff
path: root/graphics/gd/files/patch-cve-2009-3546
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd/files/patch-cve-2009-3546')
-rw-r--r--graphics/gd/files/patch-cve-2009-354615
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/gd/files/patch-cve-2009-3546 b/graphics/gd/files/patch-cve-2009-3546
deleted file mode 100644
index f483039105b8..000000000000
--- a/graphics/gd/files/patch-cve-2009-3546
+++ /dev/null
@@ -1,15 +0,0 @@
-Adopted-From: http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/ext/gd/libgd/gd_gd.c?r1=289557&r2=289556&pathrev=289557&view=patch
-
---- gd_gd.c.orig 2006-04-05 19:52:22.000000000 +0400
-+++ gd_gd.c 2009-11-06 18:06:50.000000000 +0300
-@@ -44,6 +44,10 @@
- {
- goto fail1;
- }
-+ if (im->colorsTotal > gdMaxColors)
-+ {
-+ goto fail1;
-+ }
- }
- /* Int to accommodate truecolor single-color transparency */
- if (!gdGetInt (&im->transparent, in))