commit | 5eaf0c8e9aa719b471ac5e8be17660d00c5f34ce | [log] [tgz] |
---|---|---|
author | Muyao Xu <muyaoxu@google.com> | Wed Jan 22 19:45:29 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 19:45:29 2025 |
tree | daea82c0055772b472d4b6e4fad3441aea675d4a | |
parent | 064ced85e19c926c1cdacfc0b113c2c82f78cdc0 [diff] |
Speculative fix for crash in GetMirroringMediaControllerHost The crash might have been caused by the race condition of accessing `mirroring_media_controller_hosts_`. This CL tries to avoid unnecessary access to this vector. Bug: 383627146 Change-Id: I9bdc1b271c74e52e6fd8df5e569d56f549943a27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6174072 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/main@{#1409840}
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.