aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-11-13 13:15:09 -0800
committerColin Cross <ccross@android.com>2018-11-13 13:15:09 -0800
commitc7ee72f5425de1ad8dd0e2ba472065b190ad6219 (patch)
treeca7a3299787c869228aa4cbd79328f1a310ba6f5
parent2c94363fbf21431785719d3bf5d6b1a07a06bd7b (diff)
downloadcompiler-rt-c7ee72f5425de1ad8dd0e2ba472065b190ad6219.tar.gz
Blacklist CFI unrelated cast issue in protoc generated code
protoc 3.5.2 generates code that contains an unrelated cast that causes a CFI error. Blacklist it for now. Test: boot with protoc 3.5.2, set screen lock pattern Bug: 119127110 Change-Id: Ib891628955754f170ce0bb5cf63716961a57b21b
-rw-r--r--lib/cfi/cfi_blacklist.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/cfi/cfi_blacklist.txt b/lib/cfi/cfi_blacklist.txt
index 1f0eeb355..644b07866 100644
--- a/lib/cfi/cfi_blacklist.txt
+++ b/lib/cfi/cfi_blacklist.txt
@@ -24,3 +24,6 @@ fun:_ZNSt3__19addressof*
# Windows C++ stdlib headers that contain bad unrelated casts.
src:*xmemory0
src:*xstddef
+
+# b/119127110
+fun:*internal_default_instance*