commit | 1dbc33a67aa634a72aebf0dac97f9261c51a2358 | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Tue Aug 13 15:54:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 13 15:54:11 2024 |
tree | 3414669b2daada46c46a9598d9c50ed17d4548de | |
parent | 788580fd63c06c16887f30bfde7ffcb7b6572424 [diff] |
Assert that SharedMemoryMapping is only used with lock-free atomics It's possible to bypass this check by passing a struct with std::atomic members, but better than no check at all. Bug: 357945779 Change-Id: I627461015865a55792ec11d9fefc3b3fe16ec7d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5766776 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Charlie Reis <creis@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/main@{#1341016}
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.