Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 75e436c6e0c1d17f6e6bcc0ec0f26a39 > files > 8

gd-2.0.33-9.4.el5_4.2.src.rpm

--- 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;