commit | 9d3ee189d7d168137849817d373569839633c356 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Tue Mar 12 18:06:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 18:06:33 2024 |
tree | 53feaff09273d62eb77c3c1de35c5d0ad58dfdd7 | |
parent | bdae58348b2294710d63f1466915744410c1bca6 [diff] |
Avoid calls to partially-destructed SurfaceManager This does not fix any underlying problem (why are the Surface objects still present here?), but mitigates a use-after-destroy bug where the ObserverList is accessed after it's been destructed (but not yet freed afaict). This was found with crrev.com/c/5319909 and the workaround should let us add better sequence checking in ObserverList. Bug: 823043 Change-Id: I10c8c03bbb16d06cae185b85e102e469e08d08cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5363498 Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by: Kevin Haslett <khaslett@chromium.org> Commit-Queue: Kevin Haslett <khaslett@chromium.org> Cr-Commit-Position: refs/heads/main@{#1271680}
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.