qt5base-lts/tests/auto/gui
aavit a3a4114f53 Fixes: out of bounds memory access in QImage autotest
A pointer to the data of one qimage is used, with an offset, in a copy.
In the mono case, that could lead to overflow: the last row would
of the copy would stretch 1 byte beyond the end of the allocated
area. Fix by reducing the height of the copy, so that it keeps
within the allocated memory.

Task-number: QTBUG-28322

Change-Id: I09abfc83f738f8af000fc50f8c94f63dba3a6cfe
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2012-12-20 16:48:36 +01:00
..
image Fixes: out of bounds memory access in QImage autotest 2012-12-20 16:48:36 +01:00
itemmodels Strip trailing whitespace in itemviews. 2012-11-01 16:10:32 +01:00
kernel Removed requestOrientation() API from QWindow. 2012-12-06 20:37:13 +01:00
math3d Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
painting Fixed invalid memory read in SSSE3 image blending code. 2012-12-14 17:12:44 +01:00
qopengl Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
text Mark QAbstractTextDocumentLayout test as insignificant 2012-12-14 06:37:41 +01:00
util Fix QRegExpValidator::validate docs about the pos parameter 2012-10-22 22:42:26 +02:00
gui.pro Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00