Re: [FFmpeg-devel] [PATCH 1/6] tools/target_dec_fuzzer: Adjust ffwavesynth threshold

2019-10-24 Thread Michael Niedermayer
On Mon, Oct 07, 2019 at 06:39:17PM +0200, Michael Niedermayer wrote: > ffwavesynth can produce large amounts of data relatively slowly on very small > input > > Fixes: Timeout (60sec -> 9sec) > Fixes: > 17970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFWAVESYNTH_fuzzer-5689121279836160 >

[FFmpeg-devel] [PATCH 1/6] tools/target_dec_fuzzer: Adjust ffwavesynth threshold

2019-10-07 Thread Michael Niedermayer
ffwavesynth can produce large amounts of data relatively slowly on very small input Fixes: Timeout (60sec -> 9sec) Fixes: 17970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFWAVESYNTH_fuzzer-5689121279836160 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/mas