aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2021-04-28 20:50:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-28 20:50:58 +0000
commitd5875d2a08321deff0507aaa87b2e854e27234ca (patch)
treebcb151a1ac9945f17d984ae2cd377f1ad5be0389
parent26085d764344ec4e87ee40d4a58b1fc459b4468f (diff)
parent67dc022db96e18bfdace9f0dff1ae4801960ebc5 (diff)
downloadlibopus-d5875d2a08321deff0507aaa87b2e854e27234ca.tar.gz
Merge "libopus: Ignore integer overflows in NSQ_del_dec.c and NSQ.c"
-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