[Webkit-unassigned] [Bug 200009] New: Correct web audio-related crash in seed reports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 22 12:36:01 PDT 2019


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

            Bug ID: 200009
           Summary: Correct web audio-related crash in seed reports
           Product: WebKit
           Version: Safari 10
          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

We removed access to the Audio Processing Tap XPC service in our iOS 13 work because our testing did not show it being used in normal browsing tests. Unfortunately, it is used in some web audio cases (and games).

This patch makes two changes:

(1) It restores access to the "com.apple.coremedia.audioprocessingtap.xpc" XPC service.
(2) It checks the return value of MTAudioProcessingTapCreate (which fails when the service is blocked) and returns early to avoid using the invalid audio tap.

-- 
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/20190722/351a51ba/attachment.html>


More information about the webkit-unassigned mailing list