Information for Editors
In order to have a new guideline automatically listed above be sure to label it arr and rule.

Risk Assessment Summary

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

ARR30-CHighLikelyHigh

P9

L2

ARR32-CHighProbableHigh

P6

L2

ARR36-CMediumProbableMedium

P8

L2

ARR37-CMediumProbableMedium

P8

L2

ARR38-CHighLikelyMedium

P18

L1

ARR39-CHighProbableHigh

P6

L2

Related Rules and Recommendations


1 Comment

  1. When I use GCC version 4.1 to compile a program with a variable declared to have an incomplete type (i.e., int[]), I get a compile time error unless the variable is initialized in the same statement.

    What compilers accept this type of declaration and is it part of the standard?