summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPaul Wicking <[email protected]>2025-06-03 11:53:03 +0200
committerPaul Wicking <[email protected]>2025-06-05 06:28:48 +0000
commit54423aeadffced7db537a469474bc13f6a855234 (patch)
treebde3dec30156732d5487c355645a8d3503bee547 /cmake
parent76fac13efee68b58cd7604b804360aa18ba7d986 (diff)
QDoc: Avoid accidental nullptr dereferencingHEADdev
Coverity complains that `parent` can be dereferenced in the QDocIndexFiles::readIndexSection function, and indeed it is possible to create a situation where that happens. This change ensures that the nullptr check applies equally to the various 'or' conditions in the if expression. Coverity-Id: 480819 Pick-to: 6.10 6.9 6.8 Change-Id: I8c6a9095bc837c772b9a9d699bb5dbe400eb56de Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions