unsigned integer overflow

Unsigned integer overflow refers to the condition in which the value of an unsigned integer exceeds its maximum limit, causing it to wrap around and start counting from zero again.

Requires login.