commit | e6b75cb0c75c01c89c7b48f95f40d1dab08bfba7 | [log] [tgz] |
---|---|---|
author | Bartek Nowierski <bartekn@chromium.org> | Thu Jun 08 13:28:45 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 08 13:28:45 2023 |
tree | 46d3bdf64d643bf967159211cc488c7478479ea2 | |
parent | c6e1c4c7a07cb26d750c31fd0ae0680a8ca4cd86 [diff] |
[PA] Allow slot cookie everywhere except PartitionAllocThreadCacheTest The leading cookie was removed long time ago. The trailing cookie was never as problematic. So there is no longer a reason to disallow cookie. It's used only when DCHECK_IS_ON, and may help us catch OOBs The only exception is PartitionAllocThreadCacheTest, which relies on slot internal layout, and doesn't take cookie into account. Change-Id: I5e467a9277fab50425d976f722fa1d5946a56f2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4538981 Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Benoit Lize <lizeb@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1154872}
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.