mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
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