Changeset 245041 in webkit


Ignore:
Timestamp:
May 7, 2019 4:16:37 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Crash with sandbox error
https://bugs.webkit.org/show_bug.cgi?id=197675
<rdar://problem/50473330>

Reviewed by Geoffrey Garen.

This crash is caused by missing syscall rules in the sandbox.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245038 r245041  
     12019-05-07  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Crash with sandbox error
     4        https://bugs.webkit.org/show_bug.cgi?id=197675
     5        <rdar://problem/50473330>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        This crash is caused by missing syscall rules in the sandbox.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-05-07  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r244877 r245041  
    975975        (syscall-number SYS_terminate_with_payload) ;; <rdar://problem/50026580>
    976976        (syscall-number SYS_quotactl) ;; <rdar://problem/49945031>
     977        (syscall-number SYS_stat64_extended) ;; <rdar://problem/50473330>
     978        (syscall-number SYS_lstat64_extended)
    977979    )
    978980)
Note: See TracChangeset for help on using the changeset viewer.