[Webkit-unassigned] [Bug 268314] New: Protect WebProcess::unblockServicesRequiredByAccessibility from attempting to consume nullptr sandbox extensions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 11:28:32 PST 2024


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

            Bug ID: 268314
           Summary: Protect
                    WebProcess::unblockServicesRequiredByAccessibility
                    from attempting to consume nullptr sandbox extensions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: kkinnunen at apple.com

The code in WebProcess::unblockServicesRequiredByAccessibility assumes that it will always work with non-nullptr Sandbox Extensions. However, it's possible for the SandboxExtension::create() method to return nullptr, so we should harden this code to avoid crashing under such conditions.

<rdar://121746329>

-- 
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/20240129/9995bbc2/attachment.htm>


More information about the webkit-unassigned mailing list