summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2021-01-06 11:14:56 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2021-01-06 16:17:47 +0100
commit6a664d0660911173c7e85c60b9af195a0ef4f110 (patch)
tree48d9063b73fd20feb14dbf7d38675f29ff4c5939 /src/corelib/plugin
parent5f867f4b1f54b2cfd6d9f8b9115ed6d785d11f2b (diff)
Fix segmentation fault in QObject::dumpObjectInfo
There was a check "if (cd && cd->signalVectorCount())" in the code which was faulty because "signalVectorCount()" could return -1 to indicate that no signalVector is available. This patch fixes the problem. Fixes: QTBUG-89846 Pick-to: 5.15 Change-Id: I12c512ff8d889ba2bd298789ab6081930f739089 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/plugin')
0 files changed, 0 insertions, 0 deletions