From abedbbd09af6173cfd1ddb30a4b737cf2dca10c0 Mon Sep 17 00:00:00 2001 From: "henrik.lundin" Date: Wed, 10 Feb 2016 05:01:38 -0800 Subject: [PATCH] Suppress UBSan errors from iSAC BUG=webrtc:5513 NOTRY=true Review URL: https://codereview.webrtc.org/1690573002 Cr-Commit-Position: refs/heads/master@{#11549} --- tools/ubsan/blacklist.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt index 8bcb29073b..4f4607e3b9 100644 --- a/tools/ubsan/blacklist.txt +++ b/tools/ubsan/blacklist.txt @@ -13,3 +13,10 @@ src:*/third_party/yasm/* ############################################################################# # Ignore system libraries. src:*/usr/* + +############################################################################# +# iSAC exhibits a few problems (entropy coding and a unit test). +# https://bugs.chromium.org/p/webrtc/issues/detail?id=5513 +src:*/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c +src:*/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c +fun:*FilterBanksTest*CalculateResidualEnergyTester* \ No newline at end of file