qt6-bb10/tests/auto
Zhang Yu 22416ecaaf Fix QMultiHash::equal_range crashes
QMultiHash::equal_range crashes when called in a const member function.
The Data `d` is a NULL pointer when calling equal_range()
before inserting data into an empty QMultiHash.
Then calling`d->find` crashes.

Fixes: QTBUG-89687
Pick-to: 6.0
Change-Id: I10c3d196cbc72aed8c8c922ef16534bba51037b7
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2021-01-06 09:07:10 +08:00
..
cmake Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
concurrent Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
corelib Fix QMultiHash::equal_range crashes 2021-01-06 09:07:10 +08:00
dbus Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
gui QInputControl: accept surrogate category character 2021-01-05 16:24:29 +01:00
guiapplauncher Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
installed_cmake
network Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
opengl Remove tst_QGL 2020-08-28 11:43:11 +02:00
other Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
printsupport Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
shared Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
sql Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
testlib Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
tools Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
widgets Fix minor errors in tests 2021-01-05 12:43:09 +01:00
xml Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
.prev_CMakeLists.txt CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
CMakeLists.txt CMake: Fix building with -DQT_FEATURE_gui=OFF 2020-09-15 20:05:32 +02:00
auto.pro Don't error out when configuring Qt on a headless system 2020-09-26 14:36:13 +02:00
network-settings.h Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00