...
Null-terminated byte strings are implemented as arrays of characters and are susceptible to the same problems as arrays. As a result, rules and recommendations for arrays should also be applied to null-terminated byte strings.
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
...