Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > c286a7e5513a1b711208866d21eec195 > files > 1

autotrace-0.31.1-46.1.mga5.src.rpm

Index: autotrace-0.31.1/input-bmp.c
===================================================================
--- autotrace-0.31.1.orig/input-bmp.c
+++ autotrace-0.31.1/input-bmp.c
@@ -166,7 +166,8 @@ input_bmp_reader (at_string filename,
                                                         /* 36 */
       Maps = 4;
     }
-  else if (Bitmap_File_Head.biSize <= 64) /* Probably OS/2 2.x */
+  else if (Bitmap_File_Head.biSize >= 56 && Bitmap_File_Head.biSize <= 64)
+    /* enhanced Windows format with bit masks */
     {
       if (!ReadOK (fd, buffer, Bitmap_File_Head.biSize - 4))
 	{