Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > main-updates-src > by-pkgid > 325e1528553b662aa81a46a38304ce9b > files > 2

ghostscript-9.02-1.1.src.rpm


https://bugzilla.redhat.com/show_bug.cgi?id=854227
https://bugzilla.redhat.com/attachment.cgi?id=609986

--- icclib/icc.c	2009-07-28 07:48:19.000000000 +0000
+++ icclib/icc.c.oden	2012-10-05 08:17:22.000000000 +0000
@@ -5006,6 +5006,11 @@ static int icmLut_read(
 	p->clutPoints = read_UInt8Number(bp+10);
 
 	/* Sanity check */
+        if (p->inputChan < 1) {
+		sprintf(icp->err,"icmLut_read: No input channels!");
+		return icp->errc = 1;
+	}
+
 	if (p->inputChan > MAX_CHAN) {
 		sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN);
 		return icp->errc = 1;