[Webkit-unassigned] [Bug 214233] New: REGRESSION (r261152): 9 blocks of critical sandboxing code disabled because they are guarded with HAVE(SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_AUDIT_TOKEN)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 12 07:57:11 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=214233
Bug ID: 214233
Summary: REGRESSION (r261152): 9 blocks of critical sandboxing
code disabled because they are guarded with
HAVE(SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_AUDIT_
TOKEN)
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Critical
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: darin at apple.com
The change in r261152 intended to remove no-longer-needed conditionals that are now always true on Cocoa platforms.
However, when I made that change I accidentally left 9 blocks of code guarded by HAVE(SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_AUDIT_TOKEN) behind. So these were all disabled!
These 9 blocks of code must either be:
1) enabled unconditionally
2) guarded by #HAVE(AUDIT_TOKEN)
3) guarded by ENABLE(SANDBOX_EXTENSIONS)
--
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/20200712/04dd1ad3/attachment.htm>
More information about the webkit-unassigned
mailing list