Commit fc3586f1 authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Remove BoringSSL exception in CFI blacklist.

This got fixed by recent work to be pickier around function
pointers.

Bug: 719699
Change-Id: I684c0ee1d9866ef5517fe983f6e86ab44fb16689
Reviewed-on: https://chromium-review.googlesource.com/c/1282202Reviewed-by: default avatarEvgeniy Stepanov <eugenis@chromium.org>
Reviewed-by: default avatarPeter Collingbourne <pcc@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601402}
parent 788d3d6f
...@@ -200,10 +200,6 @@ src:*third_party/blink/renderer/platform/wtf/* ...@@ -200,10 +200,6 @@ src:*third_party/blink/renderer/platform/wtf/*
# v8/src/intl.cc # v8/src/intl.cc
fun:*LocaleConvertCase* fun:*LocaleConvertCase*
# Casts away const qualifier
# third_party/boringssl/src/crypto/pem/pem_lib.c
fun:*PEM_ASN1_write*
# PropertyCallbackArguments::Call methods cast function pointers # PropertyCallbackArguments::Call methods cast function pointers
src:*v8/src/api-arguments-inl.h src:*v8/src/api-arguments-inl.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment