Skip to content

Conversation

@vidhutsingh
Copy link

@vidhutsingh vidhutsingh commented May 27, 2025

Bug:449
Fix:
Original expression used math.MaxUint32 in a modulo operation against int,
which overflows on 32-bit systems. This change casts the value to uint32
before performing the modulo, making it safe for both 32-bit and 64-bit builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant