| Index: tools/ubsan/blacklist.txt
|
| diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8bcb29073bcdf5b90bf28fbb4c1497a90abef53c
|
| --- /dev/null
|
| +++ b/tools/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/*
|
|
|