commit | b51a80c4d105321a27d200bcc8a99b7011d1d4d5 | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Thu Jul 28 09:43:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 28 09:43:01 2022 |
tree | 8980b2774384413d92ac415f438d145f934df09e | |
parent | e2440157bb7ece2e50164dedf50227dc52e577f5 [diff] |
DanglingPtr: fix dangling ptr in BackendIO When calling `Close()`, we are ultimately launching a task that will effectively close the stored entry. We don't need `out_entry_` after closing, so we can just reset the pointer to make it safer. DanglingPtr: annotate a dangling ptr in FileSystemOperationRunner Bug: 1291138 Change-Id: Id944ae72c5868a4722f6255080d3e9df43a0bdba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3784384 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1029158}
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.