Static Analysis Problem Type Reference
An integer overflow is detected.
An integer overflow error occurs when an integer value becomes greater than the maximum value that can be represented in its type. For signed integer types, this often causes a positive value to become negative. Usually this means that the source code will not execute as expected.
|
ID |
Code Location |
Description |
|---|---|---|
|
1 |
Integer overflow |
The place where the overflow occurs |