qt6-bb10/tests/auto/gui
Samuel Rødal 711773776e Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.
QImage is supposed to maintain the invariant that each scan-line begins
on a 4-byte boundary, so we need to verify that this is the case before
using the optimized path of short-cutting QImage::copy() by referencing
the source image's bits directly.

Task-number: QTBUG-14766
Change-Id: I0a178aeb2f34cc64f98deae9470b55b5c53fcb06
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-03-06 15:00:35 +01:00
..
image Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps. 2013-03-06 15:00:35 +01:00
itemmodels Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel Fix QWindow::setFramePosition() to keep the size. 2013-02-11 15:17:07 +01:00
math3d Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
painting Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qopengl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
text Fix minor typos in docs, printed messages & comments 2013-01-28 18:12:41 +01:00
util Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
gui.pro Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00