...
Related Guidelines
CERT C++ Secure Coding Standard | CTR02-CPP. Explicitly specify array bounds, even if implicitly defined by an initializer |
MITRE CWE | CWE-665, Incorrect or incomplete initialization |
MISRA C:2012 | Rule 8.11 (advisory), Rule 9.5 (required) |
Bibliography
[ISO/IEC 9899:2011] | Subclause 6.7.9, "Initialization" |
...