aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Zhou <zhouci@google.com>2021-03-19 17:01:13 -0700
committerRubin Xu <rubinxu@google.com>2021-04-06 14:14:44 +0000
commit2dc3777900fe5faa900be436bf42dd55353d189a (patch)
tree1d4669c80ae865ae85d4bac39fb8f943eff8e75e
parentc509674b68584088c88dd2aa04cc0d3616ef116c (diff)
downloadv8-2dc3777900fe5faa900be436bf42dd55353d189a.tar.gz
Update v8 cfi blocklist
The api-arguments-inl.h file seem to have been moved so the blocklist was not working and new cfi crashes were emerging. This commit updates the list so the correct file path is used. Test: proxy_resolver_v8_unittest Bug: 183079234 Bug: 162604069 Bug: 167389063 Change-Id: I70b5cd699d33fa4eda3f76cfac1ca1c71f92547a
-rw-r--r--tools/cfi/blacklist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt
index 822f83f1..790f09e1 100644
--- a/tools/cfi/blacklist.txt
+++ b/tools/cfi/blacklist.txt
@@ -15,7 +15,7 @@ type:std::*
fun:*LocaleConvertCase*
# PropertyCallbackArguments::Call methods cast function pointers
-src:*src/api-arguments-inl.h
+src:*src/api/api-arguments-inl.h
# v8 callback that casts argument template parameters
fun:*PendingPhantomCallback*Invoke*