Re: [FFmpeg-devel] [PATCH 1/2] avcodec/msvideo1: Check for too small dimensions

2018-12-04 Thread Michael Niedermayer
On Sat, Dec 01, 2018 at 10:16:19PM +0100, Michael Niedermayer wrote: > Such low resolution would result in empty output as a minimum of 4x4 is needed > We could also check for multiple of 4 dimensions but that is not needed > > Fixes: Timeout > Fixes: > 11191/clusterfuzz-testcase-minimized-ffmpeg

[FFmpeg-devel] [PATCH 1/2] avcodec/msvideo1: Check for too small dimensions

2018-12-01 Thread Michael Niedermayer
Such low resolution would result in empty output as a minimum of 4x4 is needed We could also check for multiple of 4 dimensions but that is not needed Fixes: Timeout Fixes: 11191/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSVIDEO1_fuzzer-5739529588178944 Found-by: continuous fuzzing proce