commit | 9e2affc6a15fa9c5c8fd750b41096b9f4526fc29 | [log] [tgz] |
---|---|---|
author | Ken Buchanan <kenrb@chromium.org> | Wed Dec 14 14:55:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 14 14:55:08 2022 |
tree | cd3308e3ae0a2f3c710bfacf7badbfbd19ec8260 | |
parent | 1e06316f3a3d28f816380916e0dd68d1063de22a [diff] |
[WebAuthn] Add a null check for WebContents on Android WebAuthn requests There are crash reports indicating the WebContents associated with a given frame is sometimes null, which is dereferenced during conditional UI requests. The exact conditions under which the null WebContents manifests are unclear, but this CL adds a check to abort the request when that occurs. Bug: 1399887 Change-Id: I225cc4dc1e8e43872fdbc29100f8790a788db1c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4103711 Reviewed-by: Martin Kreichgauer <martinkr@google.com> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1083085}
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.