
Risk Assessment Summary
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ARR30-C | High | Likely | High | P9 | L2 |
ARR32-C | High | Probable | High | P6 | L2 |
ARR36-C | Medium | Probable | Medium | P8 | L2 |
ARR37-C | Medium | Probable | Medium | P8 | L2 |
ARR38-C | High | Likely | Medium | P18 | L1 |
ARR39-C | High | Probable | High | P6 | L2 |
1 Comment
Arbob Ahmad
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?