WebKit Bugzilla
Attachment 370351 Details for
Bug 198089
: Sandbox violation is making the WebContent process crash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198089-20190521155557.patch (text/plain), 1.28 KB, created by
Per Arne Vollan
on 2019-05-21 15:55:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-05-21 15:55:57 PDT
Size:
1.28 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 245597) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-05-21 Per Arne Vollan <pvollan@apple.com> >+ >+ Sandbox violation is making the WebContent process crash >+ https://bugs.webkit.org/show_bug.cgi?id=198089 >+ <rdar://problem/50999499> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ A new syscall rule needs to be added to the sandbox on macOS. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-05-21 Alex Christensen <achristensen@webkit.org> > > Mark WKUIDelegate webView:shouldPreviewElement: and webView:previewingViewControllerForElement:defaultActions: as deprecated >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 245597) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -998,6 +998,7 @@ > (syscall-number SYS_workq_open) > (syscall-number SYS_getgroups) > (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50931110> >+ (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499> > ) > ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198089
:
370346
|
370349
|
370351
|
370352