aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2021-04-28 22:36:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-28 22:36:44 +0000
commitbeeb2538d6b7e645aa3bc7238201c22e1c488e80 (patch)
treebcb151a1ac9945f17d984ae2cd377f1ad5be0389
parent3f419c000298543941028a1dda99a720d610e52b (diff)
parentf1aec7452269747776a2832c1bd5d22293de89f2 (diff)
downloadlibopus-beeb2538d6b7e645aa3bc7238201c22e1c488e80.tar.gz
Merge "libopus: Ignore integer overflows in NSQ_del_dec.c and NSQ.c" am: d5875d2a08 am: 1b1417f64e am: 0562188b31 am: f1aec74522
Original change: https://android-review.googlesource.com/c/platform/external/libopus/+/1611915 Change-Id: I0dc40addd551fd87b76b1612aa64f7f779084a72
-rw-r--r--libopus_blocklist.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopus_blocklist.txt b/libopus_blocklist.txt
index fd3f398d..51db6112 100644
--- a/libopus_blocklist.txt
+++ b/libopus_blocklist.txt
@@ -20,6 +20,10 @@ fun:ec_dec_init
fun:ec_decode
# celt/entdec.c:150
fun:ec_decode_bin
+# silk/NSQ_del_dec.c:537:38: -242159836 - 2132528648 cannot be represented in type 'int'
+fun:silk_noise_shape_quantizer_del_dec
+# silk/NSQ.c:265:25: 1318152552 + 1068143768 cannot be represented in type 'int'
+fun:silk_noise_shape_quantizer
src:*/celt/kiss_fft.c