qt6-bb10/tests/auto/corelib
Fabian Kosmale 652062dde3 QNotifiedProperty: avoid crash
We can end up in a situation where a (soon to be destroyed) observer is
owned by a binding which is about to be deleted. If in that situation
the binding is destroyed first, we end up with a dangling pointer
and ensuing memory corruption. Instead, we now first transfer the
ownership of the observer and only destroy the binding afterwards.

Fixes: QTBUG-85824
Change-Id: I721c0319281ada981ae7896bd2e02e9a0cc901b8
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-08-04 11:28:33 +00:00
..
animation Fix warning when printing of qsizetype 2020-07-26 17:39:31 +02:00
global Remove const volatile qualifier on return type in test 2020-08-04 05:12:31 +00:00
io Purge redundant recoding of URL fragments from QByteArray 2020-07-27 11:25:49 +02:00
itemmodels Add missing override in tst_QSortFilterProxyModel 2020-07-29 14:33:48 +02:00
kernel QNotifiedProperty: avoid crash 2020-08-04 11:28:33 +00:00
mimetypes Fix warnings about unused expression results in tests 2020-07-29 14:33:29 +02:00
plugin Fix warning when comparing qsizetype to result of sizeof 2020-07-26 18:06:21 +02:00
serialization Remove deprecated binary json feature 2020-07-31 17:12:48 +02:00
statemachine CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
text Move-enable QByteDataBuffer::{append,prepend} 2020-08-01 10:51:21 +02:00
thread Introduce swap functions for QPromise/QFutureInterface 2020-08-03 16:47:31 +02:00
time CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
tools QList: Add a append(QList &&) overload 2020-08-01 00:01:52 +02:00
.prev_CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
corelib.pro Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00