Re: [FFmpeg-devel] [PATCH 3/4] tools/target_dec_fuzzer: Adjust threshold for MSS2

2019-09-24 Thread Michael Niedermayer
On Sun, Sep 01, 2019 at 11:10:27PM +0200, Michael Niedermayer wrote: > The decoder is slow > > Fixes: Timeout (94sec -> 7sec) > Fixes: > 16417/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSS2_fuzzer-5711668050395136 > > Found-by: continuous fuzzing process > https://github.com/google/oss-

[FFmpeg-devel] [PATCH 3/4] tools/target_dec_fuzzer: Adjust threshold for MSS2

2019-09-01 Thread Michael Niedermayer
The decoder is slow Fixes: Timeout (94sec -> 7sec) Fixes: 16417/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSS2_fuzzer-5711668050395136 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/targe