Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 82fd30b6339c2071c19f87169eadd47576224d17
      
https://github.com/WebKit/WebKit/commit/82fd30b6339c2071c19f87169eadd47576224d17
  Author: Chris Dumez <[email protected]>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidConnection.h
    M Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidConnection.mm

  Log Message:
  -----------
  REGRESSION(291449@main): [MacOS Debug] Two tests are constant crashes in 
http/wpt/webauthn/public-key-credential (failure in EWS)
https://bugs.webkit.org/show_bug.cgi?id=288975
rdar://146027480

Reviewed by Ryosuke Niwa.

After 291449@main, CcidConnection also gets ref/deref'd on the main thread but 
it
wasn't ThreadSafeRefCounted. As a result, it would hit the threading assertions 
in
RefCounted.

* Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidConnection.h:
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/CcidConnection.mm:
(WebKit::CcidConnection::detectContactless):
(WebKit::CcidConnection::trySelectFidoApplet):

Canonical link: https://commits.webkit.org/291520@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to