Re: [FFmpeg-devel] [PATCH] avcodec/msrle: Check that the input is large enough to contain a end of picture code

2018-10-24 Thread Michael Niedermayer
On Mon, Oct 22, 2018 at 09:42:41PM +0200, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 10625/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSRLE_fuzzer-5659651283091456 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

[FFmpeg-devel] [PATCH] avcodec/msrle: Check that the input is large enough to contain a end of picture code

2018-10-22 Thread Michael Niedermayer
Fixes: Timeout Fixes: 10625/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSRLE_fuzzer-5659651283091456 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/msrle.c | 3 +++ 1 file changed, 3