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