aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2022-09-29 00:12:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-09-29 00:12:45 +0000
commitfc7f08eb8fba3f3ec44de4e787d7ee6f726d76f9 (patch)
treebf206e51d817844672d91a70cc8f102b721aa585
parentd6b9e45d0cf5fe0771f21c5b0425fe4aaffa9a3e (diff)
parent9dc4fbd0699f2060c13d1a0f3985f79dc4b1a341 (diff)
downloadlibopus-fc7f08eb8fba3f3ec44de4e787d7ee6f726d76f9.tar.gz
Ignore integer overflows in silk_burg_modified am: d11ac2a40b am: c11301b3c4 am: 11192f4c26 am: 9dc4fbd069
Original change: https://android-review.googlesource.com/c/platform/external/libopus/+/2229374 Change-Id: If6720fd2e4df6ff2111d57a3ab8c230c6c83f11b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libopus_blocklist.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/libopus_blocklist.txt b/libopus_blocklist.txt
index d876af66..84c19ee4 100644
--- a/libopus_blocklist.txt
+++ b/libopus_blocklist.txt
@@ -26,7 +26,11 @@ fun:silk_noise_shape_quantizer_del_dec
fun:silk_noise_shape_quantizer
# silk/x86/NSQ_del_dec_sse4_1.c:571:28: 1162446838 - -1165932966 cannot be represented in type 'int'
fun:silk_noise_shape_quantizer_del_dec_sse4_1
-
+# silk/fixed/x86/burg_modified_FIX_sse4_1.c:277: 1940085720 + 252655088 cannot be represented
+# in type 'int'
+fun:silk_burg_modified_sse4_1
+# silk/fixed/burg_modified_FIX.c:181 1940085720 + 252655088 cannot be represented in type 'int'
+fun:silk_burg_modified_c
src:*/celt/kiss_fft.c
# assembly optimizations that know what they are doing