qt5base-lts/src/gui
Konstantin Ritt a15b56b0c1 Fix possible crash due to integer overflow
QFontEngineMulti::stringToCMap() stores the fallback engine index
in a glyph index'es high byte, which means the maximum fallback engine index
it can store is 255, so limit the number of tries we're doing to this value.
Otherwise we could end up with `fontEngineMulti->engine(glyph >> 24) == 0`
after successful stringToCMap() call.

Task-number: QTBUG-30412

Change-Id: I06907a39186fd207f3ce4b732a1a54e615744082
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-08-15 20:47:38 +02:00
..
accessible Remove the crash pending warning 2013-05-07 07:20:52 +02:00
animation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
doc Doc: Removed extra "\group events" page in Qt GUI. 2013-08-09 11:02:44 +02:00
image Support RGBA image format 2013-07-23 16:30:06 +02:00
itemmodels Merge remote-tracking branch 'origin/stable' into dev 2013-03-05 13:42:11 +01:00
kernel Replace QWheelEvent::Phase with revised Qt::ScrollPhase 2013-08-15 10:02:36 +02:00
math3d Doc: Corrected a typo in the constructor documentation. 2013-03-27 13:24:44 +01:00
opengl Support RGBA image format 2013-07-23 16:30:06 +02:00
painting Fix Undefined Behavior due to delete new[] 2013-08-12 23:06:02 +02:00
text Fix possible crash due to integer overflow 2013-08-15 20:47:38 +02:00
util Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev 2013-01-29 11:33:35 +01:00
gui.pro put ANGLE includes in a QtANGLE subdir 2013-06-10 21:12:13 +02:00
Qt5GuiConfigExtras.cmake.in Adjust the cmake files to find the dlls in the bin dir. 2013-06-15 19:04:53 +02:00
QtGui.dynlist Add dynlist file for QtGui 2013-03-18 17:11:04 +01:00