Index: tools/ubsan/vptr_blacklist.txt |
diff --git a/tools/ubsan/vptr_blacklist.txt b/tools/ubsan/vptr_blacklist.txt |
index 0dca90022da32088156949f62cb23edd2cd72c49..bc4c54923a47a4dfd43c8a3fd2a6af379d709f42 100644 |
--- a/tools/ubsan/vptr_blacklist.txt |
+++ b/tools/ubsan/vptr_blacklist.txt |
@@ -111,3 +111,9 @@ type:*StartPageService* |
# Remove once function attribute level blacklisting is implemented. |
# See crbug.com/476063. |
fun:*forbidGCDuringConstruction* |
+ |
+############################################################################# |
+# UBsan goes into an infinite recursion when __dynamic_cast instrumented with |
+# "vptr". See crbug.com/609786. |
+ |
+src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp |