commit | 682656d42c8fec2ec5e18c954753528f9f1e96c8 | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Wed Aug 24 09:49:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 24 09:49:09 2022 |
tree | 864db43fe09b4d6c9d5e6f97d35606afb9d421c0 | |
parent | 6f2e6f0d9ccf17a4e4b11e73736328af6061c3e5 [diff] |
[PA] Drop assembly when using MSVC The PA-internal implementation of a secure memset uses inline assembly that MSVC cannot handle. This CL drops the same, adding a TODO that this needs to be addressed. We can defer this for the time being because the function is only used by BRP and *Scan, neither of which are part of the current standalone PA distribution. Bug: 1351310 Change-Id: Ib509389245f54cc673813964e9f6e75e2e08c60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3853243 Commit-Queue: Kalvin Lee <kdlee@chromium.org> Reviewed-by: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#1038681}
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.