changes.mady.by.user Will Snavely
Saved on Mar 30, 2015
Saved on Apr 07, 2015
...
CERT C Coding Standard
INT33-C. Ensure that division and remainder operations do not result in divide-by-zero errors
CERT C++ Coding Standard
VOID INT33-CPP. Ensure that division and modulo operations do not result in divide-by-zero errors
MITRE CWE
CWE-369. Divide by zero
[ISO/IEC 9899:1999]
Section 6.5.5, Multiplicative Operators
[Seacord 05]
Chapter 5, Integers
[Warren 02]
Chapter 2, Basics