Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[WebAuthn] Fix crash when making assertions
https://bugs.webkit.org/show_bug.cgi?id=241814 rdar://95618710 Reviewed by Brent Fulgham. We return an NSData inside _WKAuthenticatorAssertionResponse with ref count 0. To fix this, we use autorelease as we do in the _WKAuthenticatorAttestationResponse case. * Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm: (wkAuthenticatorAssertionResponse): Canonical link: https://commits.webkit.org/251707@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295702 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information