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