qt5base-lts/tests/auto/gui/image
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
..
qicoimageformat Fix QImageReader::size() to return correct size for .ico files. 2015-09-17 16:30:37 +00:00
qicon Fix possible null pointer dereferences. 2015-12-02 16:32:12 +00:00
qimage QImage pixelColor and setPixelColor must use unpremultiplied QColor 2015-12-04 09:54:39 +00:00
qimageiohandler Update copyright headers 2015-02-11 06:49:51 +00:00
qimagereader Crash fix: reject certain malformed bmp images 2016-02-05 04:14:35 +00:00
qimagewriter tst_QImageWriter: Use QTemporaryDir. 2015-11-24 15:02:28 +00:00
qmovie tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpicture Fix boundingRect test in tst_QPicture 2015-06-16 06:11:58 +00:00
qpixmap tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpixmapcache tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
image.pro Check for network module when building according auto tests 2013-02-19 19:20:53 +01:00