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