Re: [FFmpeg-devel] [PATCH] avcodec/wmv2dec: skip frames that have only skiped MBs

2018-09-02 Thread Michael Niedermayer
On Sun, Aug 26, 2018 at 04:29:15PM +0200, Michael Niedermayer wrote: > This requires us to pre-parse the skip data, as we want to > detect this before allocating all the arrays > > Fixes: Timeout > Fixes: > 9708/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5729709861109760 will

[FFmpeg-devel] [PATCH] avcodec/wmv2dec: skip frames that have only skiped MBs

2018-08-26 Thread Michael Niedermayer
This requires us to pre-parse the skip data, as we want to detect this before allocating all the arrays Fixes: Timeout Fixes: 9708/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5729709861109760 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/p