Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 ############################################################################# | |
| 2 # UBSan blacklist. | |
| 3 # Please think twice before you add or remove these rules. | |
| 4 | |
| 5 # This is a stripped down copy of Chromium's blacklist.txt, to enable | |
| 6 # adding WebRTC-specific blacklist entries. | |
|
pbos
2016/02/02 13:07:25
This should probably state libyuv. :)
| |
| 7 | |
| 8 ############################################################################# | |
| 9 # YASM does some funny things that UBsan doesn't like. | |
| 10 # https://crbug.com/489901 | |
| 11 src:*/third_party/yasm/* | |
| 12 | |
| 13 ############################################################################# | |
| 14 # Ignore system libraries. | |
| 15 src:*/usr/* | |
| OLD | NEW |