| commit | 24437bb18f2fddce90e6dc26a515b8fc007c797e | [log] [tgz] |
|---|---|---|
| author | Hongchan Choi <hongchan@chromium.org> | Mon Aug 05 19:29:05 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 19:29:05 2024 |
| tree | 0d0dbd2ef6a446c4e6fe274e83f8002bfc6bb1f1 | |
| parent | b1199224387e9769b3066820b723606e29541a67 [diff] |
Avoid accessing unconnected outputs in AudioWorkletHandler, AudioHandler This CL fixes the logic to zero out output buses regardless of the outgoing connection status. If an output bus is not connected (or disconnected), we should assume that the outgoing connection might be stale. This fix is verified locally by both the author and the reporter. (cherry picked from commit 52cfa2026953e072539248c4083848740f074afd) Bug: 354847246 Change-Id: If10c7bb816e50f7b88252aa9a981b53704724da0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5744142 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Michael Wilson <mjwilson@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1334898} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5757952 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Srinivas Sista <srinivassista@chromium.org> Auto-Submit: Hongchan Choi <hongchan@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/6533@{#1909} Cr-Branched-From: 7e0b87ec6b8cb5cb2969e1479fc25776e582721d-refs/heads/main@{#1313161}
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.