qt5base-lts/tests/auto
Samuel Rødal af84313c62 Fixed crash in image reader when reading certain BMP files.
If the high bit in a mask is set, for instance if the mask is
0xff000000, and we shift it to the right by 24 positions, since the mask
was not declared as unsigned we ended up with a mask value of
0xffffffff. We then add 1 to this value and divide by the result,
causing a division by zero crash.

The masks need to be declared unsigned to prevent sign bit extension
when shifting right.

Task-number: QTBUG-29194
Change-Id: I79260344cebfbdd3ea86416a9c734dca76517999
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-02-06 09:59:56 +01:00
..
bic/data test: Add bic data for linux-gcc-amd64 2013-01-29 23:34:24 +01:00
cmake Doc: Fix module name format 2013-01-25 17:27:44 +01:00
compilerwarnings/data Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
concurrent Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
corelib tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
dbus Doc: Fix module name format 2013-01-25 17:27:44 +01:00
gui Fixed crash in image reader when reading certain BMP files. 2013-02-06 09:59:56 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
opengl Doc: Fix module name format 2013-01-25 17:27:44 +01:00
other Fix minor typos in docs, printed messages & comments 2013-01-28 18:12:41 +01:00
printsupport Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
shared Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
sql QSqlTableModel: support refreshing inserted rows with auto columns 2013-02-06 07:57:47 +01:00
testlib Doc: Fix module name format 2013-01-25 17:27:44 +01:00
tools Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
widgets Doc: Fix references to Qt Test 2013-01-30 01:35:06 +01:00
xml Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
auto.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
network-settings.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtest-config.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
test.pl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00