summaryrefslogtreecommitdiffstats
path: root/gd-2.0.35-security3.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-22 11:00:24 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-22 11:00:24 +0200
commit110e084c694bcff76777c070af653fe6b17c540a (patch)
tree902d2c056d55f72951ee06035056d510acb2f4a0 /gd-2.0.35-security3.patch
parent36f3ab697972c8f539060744744745d1b1680282 (diff)
gd: drop already applied patch
Diffstat (limited to 'gd-2.0.35-security3.patch')
-rw-r--r--gd-2.0.35-security3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gd-2.0.35-security3.patch b/gd-2.0.35-security3.patch
deleted file mode 100644
index e15587b..0000000
--- a/gd-2.0.35-security3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gd-2.0.28/gd_gd.c 2004-05-24 17:28:12.000000000 +0200
-+++ gd-2.0.28_new/gd_gd.c 2009-12-08 15:19:16.159836680 +0100
-@@ -44,6 +44,9 @@
- {
- goto fail1;
- }
-+ if (im->colorsTotal > gdMaxColors) {
-+ goto fail1;
-+ }
- }
- /* Int to accommodate truecolor single-color transparency */
- if (!gdGetInt (&im->transparent, in))