Re: [FFmpeg-devel] [PATCH 4/4] avformat/mvi: Check count for overflow

2020-10-24 Thread Michael Niedermayer
On Mon, Oct 19, 2020 at 05:59:55PM +0200, Michael Niedermayer wrote: > Fixes: left shift of 21378748 by 10 places cannot be represented in type 'int' > Fixes: > 26449/clusterfuzz-testcase-minimized-ffmpeg_dem_MVI_fuzzer-5680463374712832 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 4/4] avformat/mvi: Check count for overflow

2020-10-19 Thread Michael Niedermayer
Fixes: left shift of 21378748 by 10 places cannot be represented in type 'int' Fixes: 26449/clusterfuzz-testcase-minimized-ffmpeg_dem_MVI_fuzzer-5680463374712832 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael