mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-14 17:37:41 +00:00
The `UserSampleQueue::remaining_samples` calculates the result by subtracting two unsigned int numbers. That can lead to integer overflow. Add an assert to verify that the minuend is greater or equal to the subtrahend.