diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-12-23 20:36:16 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-12-30 22:20:14 +0100 |
commit | c217ca7718c8e24905d7ba9ede719ae040899476 (patch) | |
tree | 273b1bc3b114625de383caa660ee163caba96a02 /libavformat/rdt.c | |
parent | 68f8292aa96d99b733ca7d2e56b584b00263db84 (diff) | |
download | ffmpeg-c217ca7718c8e24905d7ba9ede719ae040899476.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>
Diffstat (limited to 'libavformat/rdt.c')
0 files changed, 0 insertions, 0 deletions