aboutsummaryrefslogtreecommitdiff
path: root/tools_libyuv/ubsan/blacklist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools_libyuv/ubsan/blacklist.txt')
-rw-r--r--tools_libyuv/ubsan/blacklist.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools_libyuv/ubsan/blacklist.txt b/tools_libyuv/ubsan/blacklist.txt
new file mode 100644
index 00000000..8bcb2907
--- /dev/null
+++ b/tools_libyuv/ubsan/blacklist.txt
@@ -0,0 +1,15 @@
+#############################################################################
+# UBSan blacklist.
+# Please think twice before you add or remove these rules.
+
+# This is a stripped down copy of Chromium's blacklist.txt, to enable
+# adding WebRTC-specific blacklist entries.
+
+#############################################################################
+# YASM does some funny things that UBsan doesn't like.
+# https://crbug.com/489901
+src:*/third_party/yasm/*
+
+#############################################################################
+# Ignore system libraries.
+src:*/usr/*