Re: [FFmpeg-devel] [PATCH 1/3] avcodec/vc1_block: Check input in the block decode loops

2019-11-09 Thread Michael Niedermayer
On Sat, Oct 12, 2019 at 09:35:43PM +0200, Michael Niedermayer wrote: > Fixes: Timeout (196sec -> 2sec) > Fixes: > 18026/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1_fuzzer-5640941108461568 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 1/3] avcodec/vc1_block: Check input in the block decode loops

2019-10-12 Thread Michael Niedermayer
Fixes: Timeout (196sec -> 2sec) Fixes: 18026/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1_fuzzer-5640941108461568 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/vc1_block.c | 17