mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +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