commit | c6640561c03d1dd5066ee0d56440ea5ccce14f4f | [log] [tgz] |
---|---|---|
author | Stephen Roettger <sroettger@google.com> | Mon Nov 27 13:06:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 27 13:06:59 2023 |
tree | 346b4f027a4775d15e8e7bb7e228e8d3f2b2f0d8 | |
parent | 65b0377b746a1a74da64533f851863303b8d2a86 [diff] |
[PA] Make PartitionAddressSpace::setup_ read-only instead of pkey-tagging it. This is more permissive in the default case, since the pkey-tagging can also block read access in the case of signal handlers that didn't update their pkey-state. This should prevent cases like crbug.com/1487872 in the future. Change-Id: Ice1d91b8e7b89ea95ba2002db7bfd31a1850e4ad Bug: v8:13355, chromium:1487872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044690 Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Stephen Röttger <sroettger@google.com> Cr-Commit-Position: refs/heads/main@{#1229269}
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.