Index: tools/cfi/blacklist.txt |
diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt |
index 5be80ae7f5d45b197e0fed7b46bb93d168369d66..d8052a177a1c9c8f0d716a1f07863315722fefbc 100644 |
--- a/tools/cfi/blacklist.txt |
+++ b/tools/cfi/blacklist.txt |
@@ -57,6 +57,11 @@ |
# FIXME: Cannot handle template function LifecycleObserver<>::setContext, |
# so exclude source file for now. |
src:*LifecycleObserver.h* |
+ |
+# Blink wtf::Vector cast on non-initialized data |
+# https://crbug.com/568891 |
+src:*wtf/Vector.h* |
+src:*wtf/PartitionAllocator.h* |
############################################################################# |
# Methods disabled due to perf considerations. |