[Webkit-unassigned] [Bug 211253] REGRESSION (r260932): ASSERTION FAILED: ok in webkit::SandboxExtension::consumePermanently for 3 tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 15:35:10 PDT 2020


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

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
This test uncovered a bug in our handling of Sandbox extensions that only occurs with our test infrastructure.

The TestWebKitAPI (and WKTR) processes are not sandboxed, and it is possible that WebKit clients might themselves be unsandboxed.

When WebKit code linked into an unsandboxed process attempts to consume a sandbox extension, we get a null handle and no error code.

We should treat this as a valid and expected result. I.e., we attempted to consume a valid sandbox extension supplied by a sandboxed helper process, and the Sandbox framework says "I didn't do anything since you are not sandboxed."

-- 
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/20200430/e1608b8d/attachment.htm>


More information about the webkit-unassigned mailing list