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

Side by Side Diff: tools_webrtc/ubsan/vptr_blacklist.txt

Issue 2983583002: [Webrtc] Reenable libc++ on ubsan (Closed)
Patch Set: Created 3 years, 5 months 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_webrtc/mb/mb_config.pyl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################################################################# 1 #############################################################################
2 # UBSan vptr blacklist. 2 # UBSan vptr blacklist.
3 # Function and type based blacklisting use a mangled name, and it is especially 3 # Function and type based blacklisting use a mangled name, and it is especially
4 # tricky to represent C++ types. For now, any possible changes by name manglings 4 # tricky to represent C++ types. For now, any possible changes by name manglings
5 # are simply represented as wildcard expressions of regexp, and thus it might be 5 # are simply represented as wildcard expressions of regexp, and thus it might be
6 # over-blacklisted. 6 # over-blacklisted.
7 # 7 #
8 # Please think twice before you add or remove these rules. 8 # Please think twice before you add or remove these rules.
9 # 9 #
10 # This is a stripped down copy of Chromium's vptr_blacklist.txt, to enable 10 # This is a stripped down copy of Chromium's vptr_blacklist.txt, to enable
11 # adding WebRTC-specific blacklist entries. 11 # adding WebRTC-specific blacklist entries.
12 12
13 ############################################################################# 13 #############################################################################
14 # Using raw pointer values. 14 # Using raw pointer values.
15 # 15 #
16 # A raw pointer value (16) is used to infer the field offset by 16 # A raw pointer value (16) is used to infer the field offset by
17 # GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET. 17 # GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET.
18 18
19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc 19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc 20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
21 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc 21 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
22 22
23 #############################################################################
24 # UBsan goes into an infinite recursion when __dynamic_cast instrumented with
25 # "vptr". See crbug.com/609786.
26
27 src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
OLDNEW
« no previous file with comments | « tools_webrtc/mb/mb_config.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698