Re: [FFmpeg-devel] [PATCH 1/3] avcodec/wmv2dec: Check that the P frame secondary header fit in the input

2019-04-19 Thread Michael Niedermayer
On Sat, Apr 13, 2019 at 01:36:45AM +0200, Michael Niedermayer wrote: > Fixes: Timeout (64sec ->2 sec) > Fixes: > 14131/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5719879556005888 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects

[FFmpeg-devel] [PATCH 1/3] avcodec/wmv2dec: Check that the P frame secondary header fit in the input

2019-04-12 Thread Michael Niedermayer
Fixes: Timeout (64sec ->2 sec) Fixes: 14131/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5719879556005888 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/wmv2dec.c | 3 +++ 1