Re: [FFmpeg-devel] [PATCH 3/3] avcodec/vqavideo: reset accounting on error

2021-12-23 Thread Michael Niedermayer
On Mon, Dec 20, 2021 at 12:57:00AM +0100, Michael Niedermayer wrote: > Fixes: Timeout (same growing chunk is decoded to failure repeatedly) > Fixes: > 42582/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VQA_fuzzer-6531195591065600 > > Found-by: continuous fuzzing process > https://github.com

[FFmpeg-devel] [PATCH 3/3] avcodec/vqavideo: reset accounting on error

2021-12-19 Thread Michael Niedermayer
Fixes: Timeout (same growing chunk is decoded to failure repeatedly) Fixes: 42582/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VQA_fuzzer-6531195591065600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer