Files
FFmpeg/libavcodec
Michael Niedermayer 88b676105d avcodec/prores_raw: Check bits in get_value()
The code loads 32bit so we can at maximum use 32bit

the return type is also changed to uint16_t (was requested in review),

no path is known where a return value above 32767 is produced, but that was not exhaustively checked

Fixes: runtime error: shift exponent -9 is negative
Fixes: 439483046/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PRORES_RAW_DEC_fuzzer-6649466540326912

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2025-11-16 21:43:17 +01:00
..
2025-11-05 15:13:54 +00:00
2025-11-08 18:48:54 +01:00
2025-11-05 16:31:59 +00:00
2025-11-08 18:48:54 +01:00
2025-11-08 01:17:46 +01:00
2025-10-30 03:41:24 +01:00
2025-10-28 07:11:26 +01:00
2025-11-09 02:42:17 +01:00
2025-11-10 01:46:52 +00:00
2025-11-04 10:28:57 +00:00