Bug 239616 - -[ASCAgentProxy cancelCurrentRequest] is not available on customer installs
Summary: -[ASCAgentProxy cancelCurrentRequest] is not available on customer installs
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Safari 15
Hardware: Mac (Apple Silicon) macOS 12
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-21 11:56 PDT by Saagar Jha
Modified: 2022-06-23 16:41 PDT (History)
6 users (show)

See Also:


Attachments
A crash that illustrates this bug. (32.10 KB, text/plain)
2022-04-21 11:56 PDT, Saagar Jha
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saagar Jha 2022-04-21 11:56:00 PDT
Created attachment 458080 [details]
A crash that illustrates this bug.

https://bugs.webkit.org/show_bug.cgi?id=237452 adds a call to -[ASCAgentProxy cancelCurrentRequest] in WebAuthenticatorCoordinatorProxy's destructor and appears to have shipped with the Safari 15.5 bundled with macOS 12.4 Beta (21F5058e). However, this method does not exist (or is not exposed), at least in the non-internal build. This causes Safari to crash when navigation occurs after a WebAuthn operation, such as my employer's VPN login flow.
Comment 1 Ryan Haddad 2022-04-22 07:45:35 PDT
rdar://92142570
Comment 2 Alexey Proskuryakov 2022-04-28 12:37:47 PDT
Could you please check with the latest beta? This got fixed outside WebKit.
Comment 3 Saagar Jha 2022-04-28 13:00:04 PDT
I can reproduce this on macOS 12.4 Beta (21F5063e), which is the latest version available to me.
Comment 4 Alexey Proskuryakov 2022-04-28 13:14:48 PDT
Re-opening.
Comment 5 Brent Fulgham 2022-04-29 11:06:23 PDT
We double-checked, and the relevant fix has not yet been merged with the beta build though it will be part of the release.
Comment 6 Brent Fulgham 2022-06-23 16:41:59 PDT
This change has finally shipped.