Re: [FFmpeg-devel] [PATCH 1/7] avformat/mpc8: correct 32bit timestamp truncation

2020-11-25 Thread Michael Niedermayer
On Wed, Nov 04, 2020 at 01:06:43AM +0100, Michael Niedermayer wrote: > Fixes: left shift of 65536 by 15 places cannot be represented in type 'int' > Fixes: > 26801/clusterfuzz-testcase-minimized-ffmpeg_dem_MPC8_fuzzer-5164313092030464 > > Found-by: continuous fuzzing process > https://github.com

[FFmpeg-devel] [PATCH 1/7] avformat/mpc8: correct 32bit timestamp truncation

2020-11-03 Thread Michael Niedermayer
Fixes: left shift of 65536 by 15 places cannot be represented in type 'int' Fixes: 26801/clusterfuzz-testcase-minimized-ffmpeg_dem_MPC8_fuzzer-5164313092030464 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer