...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
SEI CERT C++ 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) |
...