Files
FFmpeg/libavfilter
Michael Niedermayer 92cd5c9781 avfilter/vf_lut3d: do not compute size*size before the size is validated
parse_dat(), parse_cube(), and parse_cinespace() multiply an untrusted LUT size
before allocate_3dlut() validates it, which can overflow int.
Use the validated lutsize2 computed by allocate_3dlut() instead.

Fixes: signed integer overflow
2026-07-24 19:09:44 +00:00
..
2026-07-13 18:16:18 +00:00
2025-12-14 12:41:00 +05:30
2026-07-13 18:16:18 +00:00
2025-10-16 18:41:19 +02:00
2026-05-15 20:29:29 +02:00
2026-05-15 20:29:29 +02:00