Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
4.8.5, 5.2.0
-
Windows 7
Description
Crash happens in qt_scale_image_32bit to blender.write().
QImage src(532,519,QImage::Format_ARGB32_Premultiplied); QImage dest(1000,1000,QImage::Format_ARGB32_Premultiplied); QPainter painter1(&dest); painter1.setTransform(QTransform(1.25, 0, 0, 1.25, 15.900000000000034, 72.749999999999986)); painter1.drawImage(QRectF(-2.6, -2.6, 425.6, 415.20000000000005), src, QRectF(0,0,532,519));
Attachments
Issue Links
- relates to
-
QTBUG-65387 QPainter::drawPixmap() can crash in qdrawhelper_sse2
-
- Closed
-
For Gerrit Dashboard: QTBUG-35927 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
81779,3 | Avoid out of bounds memory reads when scaling images | stable | qt/qtbase | Status: MERGED | +2 | 0 |
81793,2 | Avoid out of bounds memory reads when scaling images | 4.8 | qt/qt | Status: MERGED | +2 | 0 |
82458,1 | Fix neon image scaling function declarations | stable | qt/qtbase | Status: MERGED | +2 | 0 |