Re: [FFmpeg-devel] [PATCH 5/5] avcodec/cdgraphics: Clear first frame only once

2018-07-22 Thread Michael Niedermayer
On Sun, Jul 15, 2018 at 03:13:41PM +0200, Michael Niedermayer wrote: > frame_number will not increase if nothing is output > > Fixes: Timeout > Fixes: > 9057/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CDGRAPHICS_fuzzer-4844661498707968 > > Found-by: continuous fuzzing process > https://g

[FFmpeg-devel] [PATCH 5/5] avcodec/cdgraphics: Clear first frame only once

2018-07-15 Thread Michael Niedermayer
frame_number will not increase if nothing is output Fixes: Timeout Fixes: 9057/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CDGRAPHICS_fuzzer-4844661498707968 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niederma