diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-26 15:37:30 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-06 11:30:42 +0100 |
commit | 2dcf33b9a9d0696fb2d4a99a084fc4332618f830 (patch) | |
tree | 1f38e15191e64be6461252247e4367fa21a861a0 /libavfilter | |
parent | 8b156fe2294efbd58b653d68a5f284b395850a8e (diff) | |
download | ffmpeg-2dcf33b9a9d0696fb2d4a99a084fc4332618f830.tar.gz |
avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()
This also makes the code consistent with the existing similar MUL64()
in decode_var_block_data()
Fixes: signed integer overflow: -7277630735906765035 + -3272193951413647896 cannot be represented in type 'long'
Fixes: 16015/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-5666552818434048
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 fad3ec89b7a664b93b5e29bdb0db0cab0272a0c4)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
0 files changed, 0 insertions, 0 deletions