commit | 6b8c46b8b6499fdf82970967d88c2b26d411775c | [log] [tgz] |
---|---|---|
author | Tony Herre <toprice@chromium.org> | Thu Jan 18 16:57:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 16:57:22 2024 |
tree | 6f2f92598aff70225969716f252bce8f1ea2ebea | |
parent | 586184082feb8a576c5e0b15833eb081ba616881 [diff] |
Don't call OnModifyTransceivers after unregistering This avoids the dereference of a null dependency_factory_ in CreateOrUpdateTransceiver after CloseAndUnregister has been called due to the context being destroyed. Spent a few hours trying to unittest, but couldn't get the race condition to be hit without sizeable refactoring. Fixed: 1519000 Change-Id: Ic52e5c2ef3487cfa92064832012508b64763cab2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5210773 Reviewed-by: Florent Castelli <orphis@chromium.org> Auto-Submit: Tony Herre <toprice@chromium.org> Commit-Queue: Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1248831}
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.