mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02: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).