Index: tools/ubsan/blacklist.txt |
diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt |
index 5f98afc2d0a184228444611799bdb24e534ecc8b..b0b1f127b082366016b1b99750187cd5d7699fa6 100644 |
--- a/tools/ubsan/blacklist.txt |
+++ b/tools/ubsan/blacklist.txt |
@@ -69,3 +69,9 @@ fun:*re2*RegexpD* |
############################################################################# |
# Harmless float division by zero. |
fun:*RendererFrameManager*CullUnlockedFrames* |
+ |
+############################################################################# |
+# libc++ __tree and map are not UBSAN clean |
+# https://llvm.org/bugs/show_bug.cgi?id=19302 |
+src:*/third_party/libc\+\+/trunk/include/__tree |
+src:*/third_party/libc\+\+/trunk/include/map |