diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-09-02 22:59:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-09-28 17:49:00 +0200 |
commit | 1e95a3e8a7250060befd9a5fba69151bb2a6690c (patch) | |
tree | c66fa3dc69e09f45c61cc5cc9ecd0b81db70154e /libavcodec/pthread_slice.c | |
parent | f63cd1963e36bc70211e072bac7eb3606cf85f14 (diff) | |
download | ffmpeg-1e95a3e8a7250060befd9a5fba69151bb2a6690c.tar.gz |
avcodec/apedec: Fix several integer overflows in predictor_update_filter() and do_apply_filter()
Fixes: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
Fixes: signed integer overflow: -14527961 - 2147483425 cannot be represented in type 'int'
Fixes: 16380/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5645957131141120
Fixes: 16968/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5716169901735936
Fixes: 17074/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5198710497083392
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/pthread_slice.c')
0 files changed, 0 insertions, 0 deletions