WebKit Bugzilla
Attachment 370286 Details for
Bug 198061
: [iOS] WebKit crash loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198061-20190520171705.patch (text/plain), 1.34 KB, created by
Per Arne Vollan
on 2019-05-20 17:17:06 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-05-20 17:17:06 PDT
Size:
1.34 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 245541) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-05-20 Per Arne Vollan <pvollan@apple.com> >+ >+ [iOS] WebKit crash loop >+ https://bugs.webkit.org/show_bug.cgi?id=198061 >+ <rdar://problem/50967271> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ A new syscall rule needs to be added to the sandbox on iOS. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-05-20 Sihui Liu <sihui_liu@apple.com> > > Move Web Storage to Network Process >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 245540) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -608,5 +608,6 @@ > (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>. > (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257> > (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964> >+ (syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271> > ) > )
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 198061
: 370286