Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibGfx: Eliminate multiplication integer overflow in planar_to_chunky
Multiplying two u16s will result in a i32 sized result, which will overflow to negative values for large input values. Fixes ossfuzz-64198.
- Loading branch information