Deprecated test case
Description
CWE: 122 Heap Based Buffer Overflow
BadSource: Allocate using malloc() and set data pointer to a small buffer
GoodSource: Allocate using malloc() and set data pointer to a large buffer
Sink: cat
BadSink : Copy string to data using strcat
Flow Variant: 07 Control flow: if(static_five==5) and if(static_five!=5)
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.