...
CERT C++ Secure Coding Standard | INT33-CPP. Ensure that division and modulo operations do not result in divide-by-zero errors | ||
---|---|---|---|
CERT Oracle Secure Coding Standard for Java | NUM02-J. Ensure that division and modulo operations do not result in divide-by-zero errors | ||
ISO/IEC TS 17961 (Draft) | Dividing by zero [divzero] | ISO/IEC TS 17961Integer division errors [diverr] | |
MITRE CWE | CWE-369, Divide by zero |
...