mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-07 13:17:57 +00:00
NumericLimits<u32>::max + 1 overflowing to 0 caused us to call AK::get_random_uniform(0) which doesn't make sense (the argument is an _exclusive_ bound).