[Webkit-unassigned] [Bug 217733] New: [iOS] Allow additional sysctl reads needed by image decoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 15:02:18 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217733

            Bug ID: 217733
           Summary: [iOS] Allow additional sysctl reads needed by image
                    decoding
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Telemetry on iOS 14 shows that we are hitting some sandbox violations during image decoding:

    hw.byteorder
    hw.cachelinesize_compat
    hw.vectorunit

We also see that this is being read, but not used, so we can just silence the warning:

    hw.cpufrequency_compat

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201014/b8db048e/attachment.htm>


More information about the webkit-unassigned mailing list