...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
INT32-C | high | likely | high | P9 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||||||||
|
|
|
|
...
MITRE CWE: CWE-190, "Integer Overflow (Wrap or Wraparound)"
Bibliography
...
\[[Dowd 2006|AA. Bibliography#Dowd 06]\] Chapter 6, "C Language Issues" (Arithmetic Boundary Conditions, pp. 211-223)
\[
[Seacord 2005|AA. Bibliography#Seacord 05]\] Chapter 5, "Integers"
\
[[Viega 2005|AA. Bibliography#Viega 05]\] Section 5.2.7, "Integer overflow"
\
[[VU#551436|AA. Bibliography#VU551436]\]
\[]
[Warren 2002|AA. Bibliography#Warren 02] \] Chapter 2, "Basics"
...
04. Integers (INT) INT33-C. Ensure that division and modulo operations do not result in divide-by-zero errors