mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
e757931859
This fixes multiple overflows when passing huge values. Which causes either invalid memory accesses when memory allocations are wrong size or huge allocations leading to OOM. Reported by: Trail of Bits