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