CERT C Coding Standard | INT33-C. Ensure that division and modulo remainder operations do not result in divide-by-zero errors |
CERT C++ Secure Coding Standard | INT33-CPP. Ensure that division and modulo operations do not result in divide-by-zero errors |
MITRE CWE | CWE-369. Divide by zero |