commit | 43e17d6f55ad7688b05709ef8010cac3fc38ab4d | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Wed Dec 21 00:39:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 21 00:39:00 2022 |
tree | c2c278c75da9b0d22321638aa6ac4c86897f0dec | |
parent | 73cbdf18359b1915dcb124acea907bf88ece0db9 [diff] |
Invoke ExtractAsDangling before unmap in MemoryMappedFile. Follow best practices for raw pointers to memory mapped regions. -- Initialize in header while at it. Change-Id: I6c595da71538b5fc59d1675034fe02457f982612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4119058 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1085739}
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.