Deprecated test case
Description
CWE: 690 Unchecked Return Value To NULL Pointer
BadSource: wfopen Open data with wfopen()
Sinks: 0
GoodSink: Check data for NULL
BadSink : Do not check data for NULL
Flow Variant: 09 Control flow: if(global_const_t) and if(global_const_f)
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.