commit | 2cdc5977c5da119bcd63c3aaef9a2b16e04e28aa | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Thu Oct 03 12:33:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 12:33:13 2024 |
tree | e712518e49a8fdd738b26bd145233aaea842bc0b | |
parent | 54c5fd19ae4605cd5f5b1b227ed80d603d584211 [diff] |
webauthn: don't report null `authenticator` when making a credential. There were two cases where we returned a nullptr for the authenticator when making a credential. One of them prompted the linked bug report: removing an authenticator when the PIN prompt was pending would trigger a crash. The other was if biometric enrollment failed. There aren't any cases in the assertion request handlers. This change fixes those two cases and resolves the crash. The added test reproed the PIN-prompt crash prior to the fix. Fixed: 370000838 Change-Id: If406f4ab6ed58744d1c3efc8915cf63414b258dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5902556 Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/main@{#1363581}
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.