Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e561e6e24860adba388f722794bb9bd9bc11f2c
https://github.com/WebKit/WebKit/commit/4e561e6e24860adba388f722794bb9bd9bc11f2c
Author: Pascoe <[email protected]>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M Source/WebKit/UIProcess/WebAuthentication/AuthenticatorManager.cpp
Log Message:
-----------
[WebAuthn] Fix crash during requestPIN
rdar://179212159
https://bugs.webkit.org/show_bug.cgi?id=316911
Reviewed by Abrar Rahman Protyasha, Richard Robinson, and Aditya Keerthi.
Call completionHandler(nullString()) on early-return paths in requestPin() and
requestNewPin() instead of letting the CompletionHandler be destroyed uncalled.
The caller already handles a null pin gracefully.
* Source/WebKit/UIProcess/WebAuthentication/AuthenticatorManager.cpp:
(WebKit::AuthenticatorManager::requestPin):
(WebKit::AuthenticatorManager::requestNewPin):
Canonical link: https://commits.webkit.org/315116@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications