diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-01-12 21:17:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-10-17 21:34:53 +0200 |
commit | 98ff6137110ac651a85b1954abbcce7efce4e0a8 (patch) | |
tree | 1cfb27f9ce8734f3d6219b4751c3456757a10bb3 /libavformat/utils.c | |
parent | 8b8a91221167ee37bbc13bf73e9763c771879404 (diff) | |
download | ffmpeg-98ff6137110ac651a85b1954abbcce7efce4e0a8.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 'libavformat/utils.c')
0 files changed, 0 insertions, 0 deletions