Re: [FFmpeg-devel] [PATCH 7/7] avformat/nistspheredec: Check bps

2020-10-24 Thread Michael Niedermayer
On Mon, Oct 19, 2020 at 04:25:01PM +0200, Michael Niedermayer wrote: > Fixes: left shift of 90 by 3 places cannot be represented in type > 'int' > Fixes: > 26437/clusterfuzz-testcase-minimized-ffmpeg_dem_NISTSPHERE_fuzzer-4886896091856896 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH 7/7] avformat/nistspheredec: Check bps

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