Skip to content

Commit

Permalink
Remove cfi_icall_generalize_pointers from BoringSSL.
Browse files Browse the repository at this point in the history
BoringSSL should be clean w.r.t. this flag now.

Bug: 785442
Change-Id: I8fa8b2589c82a7c446a01d96c4702a2d1535de1e
Reviewed-on: https://chromium-review.googlesource.com/c/1289160
Reviewed-by: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600902}
  • Loading branch information
davidben authored and Commit Bot committed Oct 18, 2018
1 parent 94b9071 commit 68b5626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/boringssl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ config("internal_config") {
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/boringssl/22
"//build/config/compiler:no_size_t_to_int_warning",
"//build/config/sanitizers:cfi_icall_generalize_pointers",
]
if (is_posix || is_fuchsia) {
cflags_c = [ "-std=c99" ]
Expand Down

0 comments on commit 68b5626

Please sign in to comment.