...
Search for vulnerabilities resulting from the violation of this rule guideline on the CERT website.
Other Languages
This rule guideline appears in the C Secure Coding Standard as INT32-C. Ensure that operations on signed integers do not result in overflow.
This rule guideline appears in the C++ Secure Coding Standard as INT32-CPP. Ensure that operations on signed integers do not result in overflow.
...