Deprecated test case
Description
CWE: 468 Incorrect Pointer Scaling
Sinks: int
GoodSink: Do not include sizeof(int) since pointer arithmetic is automatically scaled
BadSink : Included sizeof(int) which is unnecessary since pointer arithmetic is automatically scaled
Flow Variant: 18 Control flow: goto statements
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.