WebKit Bugzilla
Attachment 368564 Details for
Bug 197416
: [iOS] Fix crash caused by sandbox violation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197416-20190430081049.patch (text/plain), 1.34 KB, created by
Per Arne Vollan
on 2019-04-30 08:10:50 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-04-30 08:10:50 PDT
Size:
1.34 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 244771) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-04-30 Per Arne Vollan <pvollan@apple.com> >+ >+ [iOS] Fix crash caused by sandbox violation >+ https://bugs.webkit.org/show_bug.cgi?id=197416 >+ <rdar://problem/50266257> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add syscall to the iOS sandbox. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-04-30 Carlos Garcia Campos <cgarcia@igalia.com> > > REGRESSION(r244750): [GTK][WPE] Network process is crashing in all layout tests >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 244764) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -605,5 +605,6 @@ > (syscall-number SYS_pread_nocancel) > (syscall-number SYS___semwait_signal_nocancel) > (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>. >+ (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257> > ) > )
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 197416
: 368564