Description
CWE: 476 NULL Pointer Dereference
Sinks: deref_after_check
GoodSink: Do not dereference an object if it is null
BadSink : Dereference after checking to see if an object is null
Flow Variant: 08 Control flow: if(privateReturnsTrue()) and if(privateReturnsFalse())
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.