Re: [FFmpeg-devel] [PATCH] avcodec/vp3: Check that theora is theora

2019-08-03 Thread Michael Niedermayer
On Wed, Jul 24, 2019 at 02:40:08PM +0200, Michael Niedermayer wrote: > Theora is forced to be non zero if it is zero and a sample > is asked for, as suggested by reimar > > Fixes: Timeout (2min -> 600ms) > Fixes: > 15366/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_THEORA_fuzzer-573784993824

[FFmpeg-devel] [PATCH] avcodec/vp3: Check that theora is theora

2019-07-24 Thread Michael Niedermayer
Theora is forced to be non zero if it is zero and a sample is asked for, as suggested by reimar Fixes: Timeout (2min -> 600ms) Fixes: 15366/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_THEORA_fuzzer-5737849938247680 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tr