Blame SOURCES/netpbm-bmptopnm.patch

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