1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavformat
Michael Niedermayer 0bee216ad4 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>
2021-01-20 21:26:46 +01:00
..
2020-11-04 23:30:53 +01:00
2020-11-09 14:58:38 +10:00
2020-11-11 17:05:24 +01:00
2020-12-24 15:25:00 +01:00
2020-11-04 23:30:53 +01:00
2021-01-16 08:53:27 +08:00
2020-12-12 00:13:58 +01:00
2020-12-21 01:27:33 -05:00
2020-11-22 17:45:17 +01:00
2021-01-16 08:51:31 +08:00
2020-12-05 00:08:33 +01:00