[webkit-changes] [WebKit/WebKit] 40b828: Avoid initializing ASC softlink when in base system

Pascoe noreply at github.com
Fri Jul 7 16:54:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 40b8287b8222a54f9366fa34b500090c434cac72
      https://github.com/WebKit/WebKit/commit/40b8287b8222a54f9366fa34b500090c434cac72
  Author: J Pascoe <j_pascoe at apple.com>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

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

  Log Message:
  -----------
  Avoid initializing ASC softlink when in base system
https://bugs.webkit.org/show_bug.cgi?id=258888
rdar://111698557

Reviewed by Alexey Proskuryakov.

Use SOFT_LINK_CLASS_FOR_SOURCE_OPTIONAL to avoid crashing when ASC isn't present
on base system.

* Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalService.mm:
(WebKit::LocalService::isAvailable):
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm:

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




More information about the webkit-changes mailing list