-
Bug
-
Resolution: Done
-
P1: Critical
-
5.5.0, 5.6.0 Beta
-
None
-
ca36fb97f9a2241b12d1f6a697970a0803232539
In file qttools.git/tree/src/qdoc/htmlgenerator.cpp at line 3225 there is if-statement:
if (!relative || !relative->isCollectionNode()) { relative->doc().location().warning(tr("\\generatelist {%1} is only allowed in \\group, " "\\module, \\qmlmodule, and \\jsmodule comments.").arg(selector)); return; }
It seems, it is null pointer dereference (when relative is NULL).
The possible defect found by static analyzer AppChecker.