Control: tags + patch

* Jakub Wilk <[email protected]>, 2017-07-12, 20:27:
Package: libimlib2
Version: 1.4.8-1
Tags: security

imlib2 crashes when loading the attached file:

  $ debian/tmp/usr/bin/imlib2_conv overflow.pbm /dev/null
  *** Error in `debian/tmp/usr/bin/imlib2_conv': double free or corruption 
(out): 0x575e4ce8 ***

The attached patch should fix this. (But it was only lightly tested.)

--
Jakub Wilk
--- a/src/modules/loaders/loader_pnm.c
+++ b/src/modules/loaders/loader_pnm.c
@@ -179,6 +179,7 @@
                                goto quit_error;
                             ptr2++;
                             i++;
+                            x++;
                          }
                     }
                   if (progress &&

Reply via email to