diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-15 00:09:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-28 01:09:38 +0100 |
commit | 4523cc5e75c8ecfba8975d16e96c29f9bf70973f (patch) | |
tree | 9d7facdc00238f0419d6bdf807f07d2b272ca6b0 /libavcodec/sbcdsp.h | |
parent | c95d0fb23917c35886f3b62daa05af20d2700a1e (diff) | |
download | ffmpeg-4523cc5e75c8ecfba8975d16e96c29f9bf70973f.tar.gz |
avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()
The addition is moved up into the context where the variable is unsigned avoiding
the undefined behavior
Fixes: runtime error: signed integer overflow: 2147481972 + 4096 cannot be represented in type 'int'
Fixes: 12444/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ILBC_fuzzer-5755706244857856
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/sbcdsp.h')
0 files changed, 0 insertions, 0 deletions