Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as INT33-CPP. Ensure that division and modulo operations do not result in divide-by-zero errors.

...

Bibliography

Wiki Markup
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 6.5.5, "Multiplicative operators"
\[[MITRE 07|AA. Bibliography#MITRE 07]\] [CWE ID 369|http://cwe.mitre.org/data/definitions/369.html], "Divide By Zero"
\[[Seacord 05|AA. Bibliography#Seacord 05]\] Chapter 5, "Integers"
\[[Warren 02|AA. Bibliography#Warren 02]\] Chapter 2, "Basics"

...