Re: [FFmpeg-devel] [PATCH 3/5] avformat/flvdec: timestamps cannot use the full int64 range

2021-12-30 Thread Michael Niedermayer
On Thu, Dec 23, 2021 at 10:15:25PM +0100, Michael Niedermayer wrote: > We do not support this as we multiply by 1000 > Fixes: signed integer overflow: -45318575073853696 * 1000 cannot be > represented in type 'long' > Fixes: > 42804/clusterfuzz-testcase-minimized-ffmpeg_dem_LIVE_FLV_fuzzer-463032

[FFmpeg-devel] [PATCH 3/5] avformat/flvdec: timestamps cannot use the full int64 range

2021-12-23 Thread Michael Niedermayer
We do not support this as we multiply by 1000 Fixes: signed integer overflow: -45318575073853696 * 1000 cannot be represented in type 'long' Fixes: 42804/clusterfuzz-testcase-minimized-ffmpeg_dem_LIVE_FLV_fuzzer-4630325425209344 Found-by: continuous fuzzing process https://github.com/google/oss