Arrays (ARR)
- ARR00-C. Understand how arrays work
- ARR01-C. Do not apply the sizeof operator to a pointer when taking the size of an array
- ARR02-C. Explicitly specify array bounds, even if implicitly defined by an initializer
Information for Editors
In order to have a new guideline automatically listed above be sure to label it arr and recommendation .
Risk Assessment Summary
| Rule | Severity | Likelihood | Detectable | Repairable | Priority | Level |
|---|---|---|---|---|---|---|
| ARR00-C | High | Probable | No | No | P6 | L2 |
| ARR01-C | High | Probable | No | Yes | P12 | L1 |
| ARR02-C | Medium | Unlikely | Yes | Yes | P6 | L2 |


