From 872695ed3d612c7e68dd9a31c6c9f60997025362 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 28 Jul 2023 14:56:28 +0200 Subject: [PATCH 1/2] update upsan.supp after the issue #629 is fixed --- scripts/ubsan.supp | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ubsan.supp b/scripts/ubsan.supp index 8f312aa15a..5e9609340a 100644 --- a/scripts/ubsan.supp +++ b/scripts/ubsan.supp @@ -6,7 +6,6 @@ bounds:enc_gain.c bounds:ivas_spar_decoder.c bounds:trans_direct.c bounds:trans_inv.c -float-cast-overflow:ivas_dirac_com.c float-divide-by-zero:ivas_stereo_cng_dec.c float-divide-by-zero:swb_tbe_enc.c implicit-integer-sign-change:ACcontextMapping.c -- GitLab From 281880790698d68d7bed7260c9dc7cfe977207c9 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Fri, 28 Jul 2023 14:57:55 +0200 Subject: [PATCH 2/2] update upsan.supp after the issue #617 is fixed --- scripts/ubsan.supp | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ubsan.supp b/scripts/ubsan.supp index 5e9609340a..bea726ffbf 100644 --- a/scripts/ubsan.supp +++ b/scripts/ubsan.supp @@ -6,7 +6,6 @@ bounds:enc_gain.c bounds:ivas_spar_decoder.c bounds:trans_direct.c bounds:trans_inv.c -float-divide-by-zero:ivas_stereo_cng_dec.c float-divide-by-zero:swb_tbe_enc.c implicit-integer-sign-change:ACcontextMapping.c implicit-integer-sign-change:avq_dec.c -- GitLab