mirror-ghostty/pkg/wuffs
Jeffrey C. Ollie ec55cbc879
wuffs: protect against crafted images that cause overflows
Fixes #9579

Protect against panics caused by integer overflows by using functions
that allow integer overflows to be caught instead of causing a panic.

Also protect against DOS from images that might not cause an
overflow but do consume an absurd amount of memory by limiting
images to a maximum size of 4GiB (which is the maximum size of
`image-storage-limit`).
2025-11-13 14:20:19 -06:00
..
src wuffs: protect against crafted images that cause overflows 2025-11-13 14:20:19 -06:00
build.zig zig-15: build binary builds 2025-10-03 07:10:41 -07:00
build.zig.zon build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00