commit | 90d99dcd83af2f13e0f917b5a9dc59eeee0204d0 | [log] [tgz] |
---|---|---|
author | Evan Liu <evliu@google.com> | Mon Jul 14 19:21:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 19:21:45 2025 |
tree | c812a3e3d3752faa2c531f92644f30ff35b36470 | |
parent | 8293597a042f37c0fb766d94b3e7d070df603327 [diff] |
Fix potential UAF in MediaStreamTrackImpl This CL fixes a potential UAF vulnerability in MediaStreamTrackImpl where pointers to the SpeechRecognitionMediaStreamAudioSinks that are owned by the MediaStreamTrackImpl could potentially be accessed after the sinks are destroyed. Fixed: 426054987 Change-Id: I453160a8eed7926e2cc3500260de04d2722c98e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6712212 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1486476}
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.