Re: [FFmpeg-devel] [PATCH 3/3] avcodec/ralf: Check num_blocks before use

2020-05-12 Thread Michael Niedermayer
On Mon, May 11, 2020 at 10:30:46PM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RALF_fuzzer-5739471895265280 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 3/3] avcodec/ralf: Check num_blocks before use

2020-05-11 Thread Michael Niedermayer
Fixes: out of array access Fixes: 20659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RALF_fuzzer-5739471895265280 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/ralf.c | 2 ++ 1 file