commit | 38280be81865a3d5e161d9f3a1650476050b32c2 | [log] [tgz] |
---|---|---|
author | Tao Wu <wutao@chromium.org> | Wed Nov 30 05:43:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 30 05:43:01 2022 |
tree | 70114eb3482cc82345c2ed848b06fcc6c4c52ce9 | |
parent | eb0bb3d558911e31a27d65eb9b41cbd99ad55400 [diff] |
libassistant-v2: Ignore CFI cast check in gRPC When using gRPC to call the LibAssistantV2 APIs, there are a few functions have `reinterpret|static_cast` which will trigger CFI cast check. We are requesting gRPC team to add CFI checks in their codebase (b/260740023). Before that happens, we plan to work around this by skipping the checks in the chromium codebase. Bug: b:259696727 Test: deploying to DUT and works. Change-Id: I756b363ba2f3491bca7746be3760cd98532a97f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4064927 Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1077265}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.