summaryrefslogtreecommitdiffstats
path: root/gd-2.0.35-overflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gd-2.0.35-overflow.patch')
-rw-r--r--gd-2.0.35-overflow.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gd-2.0.35-overflow.patch b/gd-2.0.35-overflow.patch
deleted file mode 100644
index f71c953..0000000
--- a/gd-2.0.35-overflow.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gd-2.0.35/gd_gd.c.pom 2006-04-05 17:52:22.000000000 +0200
-+++ gd-2.0.35/gd_gd.c 2007-09-05 11:31:39.000000000 +0200
-@@ -149,6 +149,10 @@ _gdCreateFromFile (gdIOCtx * in, int *sx
- {
- im = gdImageCreate (*sx, *sy);
- }
-+ if (!im)
-+ {
-+ goto fail1;
-+ }
- if (!_gdGetColors (in, im, gd2xFlag))
- {
- goto fail2;