summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2021-01-01 11:27:10 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2021-01-01 16:44:09 +0100
commitf0818f6ed8a616dcc94785637039ac21468ef311 (patch)
tree33e2cd4e4a75b17a71f00040a1564de7206259a3 /src/plugins/platforms/xcb
parente334d6f9a763054d7f290bf6de5e79d205b4e21c (diff)
QAbstractButton: don't access nullptr in queryButtonList()
When a button has no parent, QAbstractButtonPrivate::queryButtonList() unconditionally accessed parent which results in a nullptr access. Did not crash because qt_qFindChildren_helper checks for nullptr and therefore could only be found with a sanitizer. Fixes: QTBUG-83865 Change-Id: I591e546e96acba50770935b9c3baaf08b09b833d Pick-to: 6.0 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/plugins/platforms/xcb')
0 files changed, 0 insertions, 0 deletions