Your message dated Sun, 24 Apr 2016 16:17:08 +0000
with message-id <[email protected]>
and subject line Bug#639414: fixed in imlib2 1.4.6-2+deb8u2
has caused the Debian Bug report #639414,
regarding imlib2: CVE-2011-5326: divide-by-zero on 2x1 ellipse
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
639414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libimlib2
Version: 1.4.4-1
Severity: normal

Attempting to draw a 2x1 radii ellipse with imlib_image_draw_ellipse()
per foo.c below gets a SIGFPE floating point exception.

It seems happy enough to draw 1x1, 1x2 and 2x2, but not 2x1.

(The "convert" in the program is from imagemagick, just a handy way to
see the png as text.)


#include <stdio.h>
#include <stdlib.h>
#include <Imlib2.h>

int
main (void)
{
  Imlib_Image im;
  Imlib_Load_Error err;

  im = imlib_create_image(10,10);
  imlib_context_set_image(im);
  imlib_context_set_anti_alias(0);

  imlib_image_draw_ellipse (4,4, 2,1);

  imlib_image_set_format("png");
  imlib_save_image_with_error_return("/tmp/x.png", &err);
  if (err != 0) {
    printf ("save error %d\n", err);
  } else {
    system("convert /tmp/x.png /tmp/x.xpm && cat /tmp/x.xpm");
  }
  exit(0);
}



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages libimlib2 depends on:
ii  libbz2-1.0              1.0.5-6          high-quality block-sorting file co
ii  libc6                   2.13-10          Embedded GNU C Library: Shared lib
ii  libfreetype6            2.4.4-2          FreeType 2 font engine, shared lib
ii  libgif4                 4.1.6-9          library for GIF images (library)
ii  libid3tag0              0.15.1b-10       ID3 tag reading library from the M
ii  libjpeg62               6b1-2            Independent JPEG Group's JPEG runt
ii  libpng12-0              1.2.46-3         PNG library - runtime
ii  libtiff4                3.9.5-1          Tag Image File Format (TIFF) libra
ii  libx11-6                2:1.4.3-2        X11 client-side library
ii  libxext6                2:1.3.0-3        X11 miscellaneous extension librar
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

libimlib2 recommends no packages.

libimlib2 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: imlib2
Source-Version: 1.4.6-2+deb8u2

We believe that the bug you reported is fixed in the latest version of
imlib2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Ghedini <[email protected]> (supplier of updated imlib2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 23 Apr 2016 17:21:25 +0100
Source: imlib2
Binary: libimlib2 libimlib2-dev
Architecture: source amd64
Version: 1.4.6-2+deb8u2
Distribution: jessie-security
Urgency: high
Maintainer: Alessandro Ghedini <[email protected]>
Changed-By: Alessandro Ghedini <[email protected]>
Description:
 libimlib2  - image loading, rendering, saving library
 libimlib2-dev - image loading, rendering, saving library (development files)
Closes: 639414 785369 819818 820206 821732
Changes:
 imlib2 (1.4.6-2+deb8u2) jessie-security; urgency=high
 .
   * Fix divide-by-zero on 2x1 ellipse as per CVE-2011-5326 (Closes: #639414)
   * Fix integer overflow as per CVE-2014-9771 (Closes: #820206)
   * Fix off-by-one OOB read as per CVE-2016-3993 (Closes: #819818)
   * Fix out-of-bounds read in the GIF loader as per CVE-2016-3994
     (Closes: #785369)
   * Fix integer overflow as per CVE-2016-4024 (Closes: #821732)
Checksums-Sha1:
 7470354709a3d7be00b7167dfceb804ee46333ce 2024 imlib2_1.4.6-2+deb8u2.dsc
 a2482f66d66769fa36e6f3de7ec59c457ae67300 13808 
imlib2_1.4.6-2+deb8u2.debian.tar.xz
 f99d69589a9dea8edabd3f1f3723d4738bbda80e 178094 
libimlib2_1.4.6-2+deb8u2_amd64.deb
 581a0354099e5031d0f605459bb5b41402770557 171020 
libimlib2-dev_1.4.6-2+deb8u2_amd64.deb
Checksums-Sha256:
 d912082e80c1e5e01e1a8133f798177fd6dcd97b29cfa66b1fc3a4b7707b367e 2024 
imlib2_1.4.6-2+deb8u2.dsc
 14cf3fc71964d3d2399abc8166b775e2d150d3c4102f736270a4c528a19480a3 13808 
imlib2_1.4.6-2+deb8u2.debian.tar.xz
 744136e9b44f76e61cf3aad4135da0368cb386fe4c022c720e82d414726b4f8a 178094 
libimlib2_1.4.6-2+deb8u2_amd64.deb
 0b852d7b22748a0b53d510272d1037f556b65a1f19fb5baeb7da376637c38b5e 171020 
libimlib2-dev_1.4.6-2+deb8u2_amd64.deb
Files:
 5a98c6da18fe01d668d49074147df1f7 2024 libs optional imlib2_1.4.6-2+deb8u2.dsc
 82a1d5e1d4827ab64b15ad1b38f20aab 13808 libs optional 
imlib2_1.4.6-2+deb8u2.debian.tar.xz
 d435a22396557ca7ae311f15103ea71d 178094 libs optional 
libimlib2_1.4.6-2+deb8u2_amd64.deb
 4dcaa20ec5088cbbc8bd0c0045109b7f 171020 libdevel optional 
libimlib2-dev_1.4.6-2+deb8u2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJXG6gHAAoJEK+lG9bN5XPLInQP/212i3fZEXxFCaDt87RvJeZl
7Mg9yJqv0JVNcCr1CZR8UFYYIgDS8UHr8HjEX8JQibPn/YJkkUMzIcrCCWhC4h94
vHGLZYQJFz++zEDWaPi0dsQQEcMMO4wtRmO+SIcoBo53bxDcHpXQjdT5B5bM04/e
V1gXYGzwJz5swGCd50Lw160+BPee7Qcjq4ngcam4nZA/v8Eb2Rz2DvenXUTLmybP
zshAb93Oo1KyytC+16AuLInC91QYf/5E5rhEL6FYQIoy/yIaL35NdpxHGAI3wpb7
ZRY6WSRQCNlX/ROMlHG5X9JfErlQD4xHrvkzuZH48xGv2EjF4M0afrztZN8RtyWF
8v0y4tpGwUl+KYrIQlt5usPDYR8EXmywP4Zk9aMOd/hof8hSsQ4NSGUT3i5QIMOd
VTRoOI1A1ApseBgwkqOmlQ2eyi7GXIOYmh9B09hrjnUmM86eXQhfMUjC4WK7k18I
6i5LU9kyvw48ORqD5DeQxHfkl/mBmwIsXHl9TbgoNLrtxvxhrUEuzlXqA/rORRnv
bgq0iit9oOsozwEW0DsFzPksG+kauPVM405X9GPrdEAAN/jQwRNxkhjVUKz4vM7p
x9tQSyOtWeI6sog8txP31RAo44rbV/fK6NZs//9yjw0yvlTtyFfn+xUu6OghRYjX
uLVCkOLlujZXy1M3Y3Zh
=HD8L
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to