Just like http://www.securiteam.com/unixfocus/5WP030UM0W.html propuse, the patch is attached. luciano
--- Imlib/load.c.orig 2007-08-13 23:06:20.000000000 -0300
+++ Imlib/load.c 2007-08-13 23:06:51.000000000 -0300
@@ -645,7 +645,7 @@
planes = (int)word;
fread(&word, 2, 1, file);
bpp = (int)word;
- if (bpp != 1 && bpp != 4 && bpp != 8 && bpp && 16 && bpp != 24 && bpp != 32)
+ if (bpp != 1 && bpp != 4 && bpp != 8 && bpp != 16 && bpp != 24 && bpp != 32)
{
fprintf(stderr, "IMLIB ERROR: unknown bitdepth in file\n");
return NULL;
Attachment:
signature.asc
Description: This is a digitally signed message part.