]> git.sesse.net Git - ffmpeg/commit
avcodec/g729postfilter: Fix undefined intermediate pointers
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 27 Sep 2019 15:01:38 +0000 (17:01 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 16 Oct 2019 17:17:57 +0000 (19:17 +0200)
commit0c61661a2cbe1b8b284c80ada1c2fdddf4992cad
tree3865ad212068cdb209cc9e6ac95d1c1c762feed9
parent6a4fdbf112385824fc9b7d7739685359213b579a
avcodec/g729postfilter: Fix undefined intermediate pointers

Fixes: index -49 out of bounds for type 'int16_t [192]'
Fixes: 17689/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ACELP_KELVIN_fuzzer-5756275014500352
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/g729postfilter.c