qt5base-lts/tests/auto/sql/models
Alexandru Croitor fb55e1e71e Sql: Fix heap-user-after-free for globally initialized db objects
Becaues the database objects were created as globals, there was a
possible use-after-free issue when deleting the objects on application
exit.

Move the initialization of the database objects into static variables
inside the test constructor.

As a drive-by, also add one missing test to the CMake projects.

Fixes: QTBUG-85357
Change-Id: I2c8f2c5daee96bb9d1d21dae37950a2da5ffdf27
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-07-01 10:03:57 +02:00
..
qsqlquerymodel Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qsqlrelationaldelegate Sql: Fix heap-user-after-free for globally initialized db objects 2020-07-01 10:03:57 +02:00
qsqlrelationaltablemodel Sql: Fix heap-user-after-free for globally initialized db objects 2020-07-01 10:03:57 +02:00
qsqltablemodel Sql: Fix heap-user-after-free for globally initialized db objects 2020-07-01 10:03:57 +02:00
CMakeLists.txt Sql: Fix heap-user-after-free for globally initialized db objects 2020-07-01 10:03:57 +02:00
models.pro Fix a couple of SQL tests 2019-02-19 11:00:19 +00:00