diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-01-12 21:17:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-10-09 22:02:20 +0200 |
commit | 65dd97ac32d9fe608dafa0ce735ad37a5f52e09d (patch) | |
tree | fc080904174d794588381889fa31359c8dd6fee0 /tests/fate/hevc.mak | |
parent | ac301bcf8ea0e4d13dbbd7c345686763a732a9c0 (diff) | |
download | ffmpeg-65dd97ac32d9fe608dafa0ce735ad37a5f52e09d.tar.gz |
avformat/asfdec_o: Check size vs. offset in detect_unknown_subobject()
Fixes: signed integer overflow: 2314885530818453566 + 7503032301549264928 cannot be represented in type 'long'
Fixes: 26639/clusterfuzz-testcase-minimized-ffmpeg_dem_ASF_O_fuzzer-6024222100684800
Alternatively this could be ignored but then the end condition of the loop
would be hard to reach as avio_tell() is int64_t
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 0bee216ad454dd7238a03dd9a76428cc6c3233cc)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/hevc.mak')
0 files changed, 0 insertions, 0 deletions