Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6db5c2cafeb998ab273dfc488bb1679d > files > 7

ImageMagick-6.2.0.3-8.1.102mdk.src.rpm

--- ImageMagick-6.0.7/coders/pnm.c.pnm	2005-04-26 10:05:25.354287000 -0400
+++ ImageMagick-6.0.7/coders/pnm.c	2005-04-26 10:06:02.330272000 -0400
@@ -320,7 +320,7 @@
         */
         if (AllocateImageColormap(image,image->colors) == MagickFalse)
           ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
-        if (format == '7')
+        if ((format == '7') && (image->colors == 256))
           {
             /*
               Initialize 332 colormap.