aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2011-12-18 15:33:52 +0100
committerQt by Nokia <qt-info@nokia.com>2012-04-04 20:22:01 +0200
commit95cb2a1b5caf7d7158dd1176380c1458ea22b54f (patch)
tree87a364ee6503ed14d479b775ecaf63171ebbe6c4 /src/imports/testlib
parent921882080470aa82055cf400ef0d291a03065bb9 (diff)
Fix access to uninitialised memory that might lead to crashes
QMetaObject is POD, so its constructor is implicit and trivial (doesn't initialise anything). QAbstractDynamicMetaObject doesn't add a constructor, so the QMetaObject sub-object remains uninitialised. The users of either class must ensure they initialise the members if they will be accessed. Change-Id: Ibb7f55ff23b78afb1fcb87382b30c8a28804c028 Task: QTBUG-23214 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/imports/testlib')
0 files changed, 0 insertions, 0 deletions