Skip to content

Topic

Integer overflow

An arithmetic defect in which a computed value exceeds the range of its type and wraps, most consequential when the result is then used as an allocation size, length or index.

Current clusters