Blame SOURCES/netpbm-bmptopnm.patch

608b37
--- netpbm-10.35/converter/other/bmptopnm.c.bmptopnm	2007-01-29 13:08:46.000000000 +0100
608b37
+++ netpbm-10.35/converter/other/bmptopnm.c	2007-01-29 13:32:21.000000000 +0100
608b37
@@ -1262,7 +1262,7 @@ readBmp(FILE *               const ifP, 
608b37
         xel **               const colormapP,
608b37
         bool                 const verbose) {
608b37
 
608b37
-    xel * colormap;  /* malloc'ed */
608b37
+    xel * colormap = NULL;  /* malloc'ed */
608b37
     unsigned int pos;
608b37
         /* Current byte position in the BMP file */
608b37