diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-12-23 20:36:16 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-04-13 23:39:50 +0200 |
commit | 83778e7787ca07f88f3f4718719c2dbfa363a0fb (patch) | |
tree | 04a830be94680af46e3edbab56d9614e50cbdd55 /libavformat/protocols.c | |
parent | 807a564acf39c40faa2282e47fc0457b6e9e9017 (diff) | |
download | ffmpeg-83778e7787ca07f88f3f4718719c2dbfa363a0fb.tar.gz |
avformat/flvdec: timestamps cannot use the full int64 range
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-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit c217ca7718c8e24905d7ba9ede719ae040899476)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/protocols.c')
0 files changed, 0 insertions, 0 deletions