ubsan.blacklist 406 B

123456789101112
  1. # Work around libstdc++ bug: https://llvm.org/bugs/show_bug.cgi?id=18156
  2. # Also see: http://lists.llvm.org/pipermail/cfe-dev/2015-January/040945.html
  3. src:*/ios_base.h
  4. # Work around another libstdc++ bug:
  5. # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60734
  6. src:*/stl_tree.h
  7. # Work around for libstdc++ 4.8 bug:
  8. # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59829
  9. src:*/stl_vector.h
  10. src:*/stl_iterator.h