[Webkit-unassigned] [Bug 247360] New: Constructing shared CARingBuffer cannot fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 05:30:20 PDT 2022


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

            Bug ID: 247360
           Summary: Constructing shared CARingBuffer cannot fail
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

Constructing shared CARingBuffer cannot fail

This is a problem because shared CARingBuffers are used cross-process, and the WP might send data that would construct a potentially invalid CARingBuffer.
This leads to code that uses empty instances instead of not checking all use-sites correctly. This in turn leads to running code that is expected to only run when the ring buffer is correct.

-- 
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/20221102/916b447d/attachment.htm>


More information about the webkit-unassigned mailing list