[Webkit-unassigned] [Bug 236789] New: AX: isAXAuthenticatedCallback must be handled on the main runloop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 10:23:07 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236789

            Bug ID: 236789
           Summary: AX: isAXAuthenticatedCallback must be handled on the
                    main runloop
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

isAXAuthenticatedCallback in WebProcess Cocoa performs IPC to the UI process to determine if the given auditToken is valid. This causes a crash with isolated tree mode enabled as IPC must be performed on the main thread / runloop. We should dispatch to the main runloop in this function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220217/f2d82f5b/attachment.htm>


More information about the webkit-unassigned mailing list