...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
SEI CERT C++ Coding Standard | VOID STR32-CPP. Null-terminate character arrays as required |
ISO/IEC TR 24772:2013 | String Termination [CMJ] |
ISO/IEC TS 17961:2013 | Passing a non-null-terminated character sequence to a library function that expects a string [strmod] |
MITRE CWE | CWE-119, Improper Restriction of Operations with the Bounds of a Memory Buffer CWE-170, Improper Null Termination |
...