diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-07-19 17:08:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-07-23 23:21:14 +0200 |
commit | 6194cb87cb81ef97adfa2690e489f473182eaffe (patch) | |
tree | 86a04fec95d42fb8912191e75ac8672d33f05b47 /libavcodec/osq.c | |
parent | 5d9544cfb03d8597aa2b0037def3a4679949cec6 (diff) | |
download | ffmpeg-6194cb87cb81ef97adfa2690e489f473182eaffe.tar.gz |
avcodec/alsdec: Clear shift_value
(the exact issue is unreproducable but the use of uninitialized data is reproducable)
Should fix: signed integer overflow: -2147483648 - 127 cannot be represented in type 'int'
Should fix: 69881/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-4751301204836352
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/osq.c')
0 files changed, 0 insertions, 0 deletions