qt6-bb10/src
Marc Mutz ed5d04fcfc QOrderedMutexLocker: fix UB (pointer comparison with <) in static relock()
Comparing pointers that do not point into the same array using
operator< is UB. You need to use std::less<>.

The QOrderedMutexLocker ctor already used std::less to compare
pointers, but the static relock() function was not fixed.

Amends 5007352164.

Change-Id: I584d382391dd5a2af75020a4e77f3e42ee5d5708
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2016-10-18 13:46:11 +00:00
..
3rdparty harfbuzz: compile with GCC 7 2016-10-12 08:16:56 +00:00
android Android: Ministro updates 2016-10-12 11:19:45 +00:00
angle Fix URL to ANGLE 2016-06-30 07:06:39 +00:00
concurrent OpenBSD: use clock_gettime() provided by OS 2016-06-08 04:11:10 +00:00
corelib QOrderedMutexLocker: fix UB (pointer comparison with <) in static relock() 2016-10-18 13:46:11 +00:00
dbus Fix DBus compilation 2016-10-18 08:04:45 +00:00
gui Fix QtGui compilation without OpenGL 2016-10-16 15:14:13 +00:00
network QNetworkSession: make sure that "interface" isn't #defined 2016-10-13 11:25:41 +00:00
opengl QtOpenGl: compile with GCC 7 2016-10-12 08:16:52 +00:00
openglextensions consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
platformheaders Fix QWidget::setWindowRole() 2016-08-19 11:53:39 +00:00
platformsupport dbustray: Support replacing menu on QDBusTrayIcon 2016-10-07 14:24:38 +00:00
plugins iOS: Report correct physical DPI for iPhone 7 Plus 2016-10-14 15:16:52 +00:00
printsupport QWin32PrintEngine: Fix uninitialized memory read of dpi_x, dpi_y 2016-08-30 12:02:09 +00:00
sql QtSql: compile with GCC 7 2016-10-10 17:17:22 +00:00
testlib Specify timeout is in milliseconds 2016-10-14 10:34:01 +00:00
tools Fix signal code generation 2016-10-03 14:01:33 +00:00
widgets Doc: Fix typo in QtStyledItemDelegate::paint() docs 2016-10-14 13:28:47 +00:00
winmain QT_CONFIG simplification re debug_and_release and build_all 2016-05-17 15:31:40 +00:00
xml Doc: Remove repository name from examplesinstallpath 2016-05-12 12:15:52 +00:00
src.pro Merge remote-tracking branch 'origin/5.6.1' into 5.6 2016-05-19 06:31:06 +02:00