diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-02-20 22:26:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-07-01 12:49:26 +0200 |
commit | 7588b99a3b88d991071ef35011525c01f4438216 (patch) | |
tree | 5320783f71bb2c30cd2d300c40e4fcf86c33cfb6 /tools | |
parent | 5654c46336017374eaa82a58a5f1479c7a2990e6 (diff) | |
download | ffmpeg-7588b99a3b88d991071ef35011525c01f4438216.tar.gz |
avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXF
Fixes: left shift of 233 by 24 places cannot be represented in type 'int'
Fixes: 20736/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PCM_LXF_fuzzer-4829212685107200
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 051d11f659455f38be7ce40e2dc9d03b082dcd4d)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions