WebKit Bugzilla
Attachment 369331 Details for
Bug 197675
: [macOS] Crash with sandbox error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197675-20190507153043.patch (text/plain), 1.33 KB, created by
Per Arne Vollan
on 2019-05-07 15:30:44 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-05-07 15:30:44 PDT
Size:
1.33 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 245040) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-05-07 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Crash with sandbox error >+ https://bugs.webkit.org/show_bug.cgi?id=197675 >+ <rdar://problem/50473330> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This crash is caused by missing syscall rules in the sandbox. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-05-07 Alex Christensen <achristensen@webkit.org> > > Add SPI to set a list of hosts to which to send custom header fields cross-origin >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 245040) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -974,6 +974,8 @@ > (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/49060359> > (syscall-number SYS_terminate_with_payload) ;; <rdar://problem/50026580> > (syscall-number SYS_quotactl) ;; <rdar://problem/49945031> >+ (syscall-number SYS_stat64_extended) ;; <rdar://problem/50473330> >+ (syscall-number SYS_lstat64_extended) > ) > ) >
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 197675
: 369331