Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Clang 3.6.2 static analyzer shows possible null deferences in src/shared/qttreepropertybrowser/qttreepropertybrowser.cpp in the following functions:
- QtPropertyEditorDelegate::paint
- QtPropertyEditorView::drawRow
Not all accesses to m_editorPrivate are consistently protected by null checks.