Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: tools/ubsan/blacklist.txt

Issue 1418213005: UBSan: Add blacklist files for WebRTC standalone. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add comment and OWNERS Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/ubsan/OWNERS ('k') | tools/ubsan/vptr_blacklist.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
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/*
OLDNEW
« no previous file with comments | « tools/ubsan/OWNERS ('k') | tools/ubsan/vptr_blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698