Index: tools/ubsan/blacklist.txt |
diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt |
index 8bcb29073bcdf5b90bf28fbb4c1497a90abef53c..4f4607e3b98305ea62ed3730841e32ba06bfe4da 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* |