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
concurrent
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
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
shared
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
widgets Doc: Fix references to Qt Test 2013-01-30 01:35:06 +01:00
xml
auto.pro
network-settings.h
qtest-config.h
test.pl