Files
ladybird/Libraries/LibGfx/BitmapSequence.cpp
Andreas Kling 039fa00bfc LibGfx: Use checked arithmetic when encoding BitmapSequence
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.
2026-01-22 17:38:15 +01:00

4.5 KiB