diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-12-18 00:07:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-07-01 13:33:44 +0200 |
commit | e491018858322322c6da6f5ec692ce6ecdc94b27 (patch) | |
tree | 805bae913465f38202e9eac82ba086ed0d501f77 /libavformat/protocols.c | |
parent | 77c771c4709bd50bf254761304351cb31caf251d (diff) | |
download | ffmpeg-e491018858322322c6da6f5ec692ce6ecdc94b27.tar.gz |
avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF
Fixes: left shift of 32 by 28 places cannot be represented in type 'int'
Fixes: 19472/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PCM_LXF_fuzzer-5704364320096256
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 985d3666f672781152f4b68093740ea6a9888194)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/protocols.c')
0 files changed, 0 insertions, 0 deletions