| commit | a01f87b43258c93d985095fa28e55b898e9165b9 | [log] [tgz] |
|---|---|---|
| author | Ken Rockot <rockot@google.com> | Fri Nov 22 05:41:50 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 05:41:50 2024 |
| tree | fd4ff506c0e9f654a17208e456d20c79b00e56db | |
| parent | 881aa44a5c2e3aa2712e6280a2da6f745f956b2d [diff] |
ipcz: Validate shared memory request size We assert that we don't try to create new memory objects of zero bytes, but we don't validate that a node requests > 0 bytes. Fixed: 379418966 Change-Id: Ice5c899481eee70de33ad5c8254a069945b0e58f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6042644 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386626}
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.