aboutsummaryrefslogtreecommitdiff
path: root/silk
diff options
context:
space:
mode:
authorNeelkamal Semwal <neelkamal.semwal@ittiam.com>2021-09-15 21:46:10 +0530
committerRay Essick <essick@google.com>2021-09-28 18:19:04 +0000
commit5fb49e35e9c0928fe6e5bda34bcf7864bd301319 (patch)
tree00451145e6200d31a516d1fc672d0892fc9dff52 /silk
parent3aa1b5c299d6cefb61340faf3eccc538744d5b4c (diff)
downloadlibopus-5fb49e35e9c0928fe6e5bda34bcf7864bd301319.tar.gz
libOpus: fix OOB read in ssse4 correlation kernel
Few SIMD functions read 16 bytes at a time and this potentially leads to OOB read for some buffers allocated on stack using ALLOC() calls. In order to avoid these OOB reads, ALLOC() now allocates 16 additional bytes. Bug: 191352053 Test: poc in bug description Test: atest VtsHalMediaC2V1_0TargetAudioDecTest Test: atest VtsHalMediaC2V1_0TargetAudioEncTest Change-Id: I4da2840844d60f251dd7a222f51d508e4eb8749f (cherry picked from commit 878bdeb38043407869c684fb73708b04e8fe0ce4)
Diffstat (limited to 'silk')
0 files changed, 0 insertions, 0 deletions