]> git.sesse.net Git - ffmpeg/commit
avcodec/aacdec_fixed: Limit index in vector_pow43()
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 12 Oct 2020 15:11:27 +0000 (17:11 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 18 Oct 2020 19:27:23 +0000 (21:27 +0200)
commit4f83a536384afda45acb6d7cdd22017c8c314f9e
treecefa86f31f8568c141e474ebcefe1576c02c5527
parent7ac87a2c34bea97dd87208b1ba7384dfbdea2a04
avcodec/aacdec_fixed: Limit index in vector_pow43()

Fixes: out of array access
Fixes: 26087/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-5724825462767616
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/aacdec_fixed.c