Skip to content

Commit a0b0283

Browse files
committedOct 9, 2017
Limit CFI blacklist entries to specific CFI mode
Summary: Since D37924 and D37925 were merged, it's now possible to specify individual sanitizers or CFI modes in sanitizer blacklists. Update the CFI blacklist entries to only apply to cfi-unrelated-cast checks. Reviewers: eugenis, pcc Reviewed By: eugenis Subscribers: kcc Differential Revision: https://reviews.llvm.org/D38385 llvm-svn: 315216
1 parent 107a9f6 commit a0b0283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎compiler-rt/lib/cfi/cfi_blacklist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[cfi-unrelated-cast]
12
# std::get_temporary_buffer, likewise (libstdc++, libc++).
23
fun:_ZSt20get_temporary_buffer*
34
fun:_ZNSt3__120get_temporary_buffer*

0 commit comments

Comments
 (0)
Please sign in to comment.