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

Unified Diff: tools/ubsan/blacklist.txt

Issue 2109663003: Add libc++ __tree to ubsan blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Added map also Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698