mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
The total_buffer_size calculation could theoretically overflow if we tried to encode a sequence of bitmaps with combined size > SIZE_MAX. Use Checked<size_t> and VERIFY to catch this (unlikely) encoding bug.
4.5 KiB
4.5 KiB