qt5base-lts/tests/auto/gui/image/qimagereader/images
Eirik Aavitsland e4f71b0cb5 Crash fix: reject certain malformed bmp images
A malformed bmp file header could specify a negative color table
size. The bmp handler would then return a QImage that claimed to be
valid, but actually was invalid, having an empty color table. This
would cause crash later, e.g. when attempting to paint it.

Change-Id: I7df7c40867557a82dbcee44c7de061226ff232c0
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
2016-02-05 04:14:35 +00:00
..
4bpp-rle.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
16bpp.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
away.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
bat1.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
bat2.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
beavis.jpg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
black.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
black.xpm Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
colorful.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt_clut.bmp Crash fix: reject certain malformed bmp images 2016-02-05 04:14:35 +00:00
corrupt-colors.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt-pixel-count.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt-pixels.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.jpg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.svg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.svgz Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
corrupt.xbm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
crash-signed-char.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
earth.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
endless-anim.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
font.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
four-frames.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
gnus.xbm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
image.pbm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
image.pgm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
image.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
image.ppm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
kollada-noext Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
kollada.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
longcomment.pgm Make the ppm image handler corrctly handle long comment lines 2015-11-19 08:06:07 +00:00
marble.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
namedcolors.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
negativeheight.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
noclearcode.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
noclearcode.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
nontransparent.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt1.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt2.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt3.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt4.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt5.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt6.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt7.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt8.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt-gif-anim.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt-gif-noanim.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qt.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qtbug13653-no_eoi.jpg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
rect.svg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
rect.svgz Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
rgb32bf.bmp Fixed crash in image reader when reading certain BMP files. 2013-02-06 09:59:56 +01:00
runners.ppm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
teapot.ppm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
test32bfv4.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
test32v5.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
test.ppm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
test.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
trans.gif Fix GIF image decoding: do not zero transparent pixels 2012-11-09 16:07:51 +01:00
transparent.xpm Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
trolltech.gif Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
tst7.bmp Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
tst7.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
txts.jpg QJpegHandler: add an embedded text support 2012-05-16 04:24:50 +02:00
txts.png Remove execute permission from files that don't need it. 2012-01-10 01:24:22 +01:00
YCbCr_cmyk.jpg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
YCbCr_cmyk.png Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
YCbCr_rgb.jpg Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00