changes.mady.by.user David Svoboda
Saved on Oct 17, 2014
...
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
Image Removed Image Removed Image Removed
Image Added Image Added Image Added