Sophie

Sophie

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

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

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