commit | 10789dbd16dd4a9f1c5ea8dbca7d1dc7bf8beea8 | [log] [tgz] |
---|---|---|
author | Christine Smith <christinesm@chromium.org> | Wed Aug 17 21:02:39 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 17 21:02:39 2022 |
tree | bde15cd674605917ea71ba8137b3571f21f1dd3b | |
parent | 44086dd776e53b60956f981585b1237ce5af5a0d [diff] |
[WebLocks] Fix Null-dereference READ Clusterfuzz error in blink::mojom::blink::FeatureObserverProxy::Register Failure was determined to be due to the unbound observer_ remote in RequestImpl. This change adds another check to see if the observer_ is bound, and if it's not, the promise is rejected, mirroring how the service_ checks are handed. Bug: 1347389 Change-Id: I392c3e0b4676cd6f4bf80238a0522e4ad6ba8a48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3832518 Reviewed-by: Ayu Ishii <ayui@chromium.org> Commit-Queue: Christine Smith <christinesm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1036272}
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.