Skip to content

Commit

Permalink
Add libstd++-4.8 exceptions to ubsan_blacklist.txt
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D40589

llvm-svn: 319353
  • Loading branch information
sbc100 committed Nov 29, 2017
1 parent f4dcc42 commit 51d90c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llvm/utils/sanitizers/ubsan_blacklist.txt
Expand Up @@ -5,3 +5,8 @@

# upcast of address with insufficient space for an object of type std::_Rb_tree_node<...>
src:*bits/stl_tree.h

# libstdc++ 4.8 creates a null reference when calling
# data() on an empty vector: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59829
src:*bits/stl_iterator.h
src:*bits/stl_vector.h

0 comments on commit 51d90c8

Please sign in to comment.