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: 19 Control flow: Dead code after a return
Flaws
Test Suites
Documentation
Have any comments on this test case? Please, send us an email.