National Institute of Standards and Technology
Package illustrating a test case

Test case 139972

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: 11 Control flow: if(IO.staticReturnsTrue()) and if(IO.staticReturnsFalse())

Flaws

Test Suites

Documentation

Have any comments on this test case? Please, send us an email.