qt5base-lts/src
Thiago Macieira a59e736171 QMetaType: add a missing check for null d_ptr
Bug introduced in 6.0. This is the only unprotected d_ptr I could find.

[ChangeLog][QtCore][QMetaType] Fixed a bug that would cause
QMetaType::compare() and QVariant::compare() to crash on invalid meta
types and variants.

Pick-to: 6.2 6.3
Fixes: QTBUG-99960
Change-Id: I0e5f6bec596a4a78bd3bfffd16cb1f7b2d146688
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-01-18 03:56:40 +00:00
..
3rdparty SQLite: Update SQLite to v3.37.0 2022-01-06 13:55:53 +00:00
android Recognize system apps also when apk has parent directory 2021-12-08 19:22:36 +02:00
concurrent QtConcurrent::run crashes on program exit 2021-12-20 13:18:26 +01:00
corelib QMetaType: add a missing check for null d_ptr 2022-01-18 03:56:40 +00:00
dbus Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-09 22:20:04 +01:00
entrypoint QtBase: replace windows.h with qt_windows.h 2021-11-23 12:53:46 +08:00
gui QRhiGles2: replace two QSet<int> with QDuplicateTracker 2022-01-18 04:56:40 +01:00
network Convert date-time to UTC before claiming it's in GMT 2022-01-17 22:29:30 +01:00
opengl Doc: Use \inmodule for all classes and headers 2022-01-17 17:23:50 +00:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport evdevkeyboard: Try opening as read-write first 2021-12-08 13:45:34 +01:00
plugins Offscreen: Implement QPlatformBackingStore::toImage 2022-01-18 01:31:32 +01:00
printsupport Remove unused .qrc files 2022-01-17 23:17:01 +01:00
sql Adapt SQL drivers to Qt 6 change of QVariant::isNull 2022-01-12 17:41:07 +01:00
testlib Make counts of various types of test result add up correctly 2022-01-13 19:47:22 +01:00
tools qtpaths: Expose new PublicShareLocation, TemplatesLocation 2022-01-14 17:42:49 +01:00
widgets Remove unused .qrc files 2022-01-17 23:17:01 +01:00
xml Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-09 22:20:04 +01:00
CMakeLists.txt