Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EXP06-A. Operands to the sizeof operator should not contain side effects

EXP07-A. Use caution with NULL and 0, especially concerning pointers

EXP08-A. Ensure pointer arithmetic is used correctly

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

EXP00-A

1 (low)

2 (probable)

2 (medium)

P4

L3

EXP01-A

3 (high)

3 (probable)

2 (medium)

P18

L1

EXP02-A

1 (low)

1 (unlikely)

3 (low)

P3

L3

EXP03-A

2 (medium)

1 (unlikely)

1 (high)

P2

L3

EXP04-A

2 (medium)

1 (unlikely)

1 (high)

P2

L3

EXP05-A

1 (low)

2 (probable)

2 (medium)

P4

L3

EXP06-A

1 (low)

1 (unlikely)

3 (low)

P3

L3

EXP07-A

1 (low)

2 (probable)

3 (low)

P6

L2

EXP08-A

3 (high)

1 (unlikely)

1 (high)

P3

L3

EXP09-A

3 (high)

1 (unlikely)

2 (medium)

P6

L2

...