Scan Results

List of Findings

Error: REVERSE_INULL (CWE-476): [#def1]
/pacemaker/lib/cib/cib_utils.c:536: deref_ptr: Directly dereferencing pointer "*cib".
/pacemaker/lib/cib/cib_utils.c:545: check_after_deref: Null-checking "*cib" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.