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