WebKit Bugzilla
Attachment 369781 Details for
Bug 197853
: [iOS] Crash when trying to QuickLook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197853-20190513141600.patch (text/plain), 1.35 KB, created by
Per Arne Vollan
on 2019-05-13 14:16:01 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-05-13 14:16:01 PDT
Size:
1.35 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 245250) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-05-13 Per Arne Vollan <pvollan@apple.com> >+ >+ [iOS] Crash when trying to QuickLook >+ https://bugs.webkit.org/show_bug.cgi?id=197853 >+ <rdar://problem/49795964> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This is caused by a syscall sandbox violation. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-05-13 Brent Fulgham <bfulgham@apple.com> > > Correct the sandbox to allow loading libraries from /Library/Apple >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 245249) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -608,5 +608,6 @@ > (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> >+ (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964> > ) > )
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 197853
: 369781