723e6eae33
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/autotrace#c2e4e5eafa1923bafdc1fa5d7a2f860e6402fdef
13 lines
603 B
Diff
13 lines
603 B
Diff
diff -up autotrace-0.31.1/input-bmp.c.orig autotrace-0.31.1/input-bmp.c
|
|
--- autotrace-0.31.1/input-bmp.c.orig 2002-10-10 22:44:08.000000000 +0200
|
|
+++ autotrace-0.31.1/input-bmp.c 2013-06-28 10:24:58.336056959 +0200
|
|
@@ -166,7 +166,7 @@ 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 >= 40 && Bitmap_File_Head.biSize <= 64) /* Probably OS/2 2.x */
|
|
{
|
|
if (!ReadOK (fd, buffer, Bitmap_File_Head.biSize - 4))
|
|
{
|