Integer overflow

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

Observation

Description

1

Integer overflow

The place the overflow occurs

Copyright © 2010, Intel Corporation. All rights reserved.