Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.8.0, 5.9.0
Description
1) memory free on non heap address (d->sharedNull())
QVector::append()
qt\5.8.0\src\qtbase\src\corelib\tools\qvector.h
2) memory realloc on non heap address (QListData::shared_null)
QListData::realloc_grow(int growth)
qt\5.8.0\src\qtbase\src\corelib\tools\qlist.cpp
Attachment: qvector.h + qlist.cpp
Hot Fix marked with // Hans
Here addionally Snipping Tool Images, from my Debugging Session witch the Callstack with the static Instance initialization.
Attachments
Issue Links
- duplicates
-
QTBUG-59721 QString crash attempt to free() shared_null static variable
- Closed