Description
CWE: 124 Buffer Underwrite
BadSource: Set data pointer to before the allocated memory buffer
GoodSource: Set data pointer to the allocated memory buffer
Sinks: cpy
BadSink : Copy string to data using strcpy
Flow Variant: 43 Data flow: data flows using a C++ reference from one function to another in the same source file
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.