diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-12-29 14:39:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-12-29 14:39:11 +0000 |
commit | c09e90008766ee3f24b28ff924e1e11cf756a7c0 (patch) | |
tree | d3ff767c47f121d55f7d94aab8b6b1e1b7e2afb6 /graphics/php5-gd | |
parent | 241218673e44fe66c7adbb1799cc0ec295d179cb (diff) | |
download | ports-c09e90008766ee3f24b28ff924e1e11cf756a7c0.tar.gz ports-c09e90008766ee3f24b28ff924e1e11cf756a7c0.zip |
Notes
Diffstat (limited to 'graphics/php5-gd')
-rw-r--r-- | graphics/php5-gd/Makefile | 1 | ||||
-rw-r--r-- | graphics/php5-gd/files/patch-CVE-2009-3546 | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/graphics/php5-gd/Makefile b/graphics/php5-gd/Makefile index 2a8bcdd5e908..6ed41946bb21 100644 --- a/graphics/php5-gd/Makefile +++ b/graphics/php5-gd/Makefile @@ -6,7 +6,6 @@ # CATEGORIES= graphics -PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../lang/php5 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)) { |