[Webkit-unassigned] [Bug 226346] New: [Hardening] Use a RELEASE_ASSERT for SharedBufferDataView constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 11:05:38 PDT 2021


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

            Bug ID: 226346
           Summary: [Hardening] Use a RELEASE_ASSERT for
                    SharedBufferDataView constructor
           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

We have a DEBUG assert in the constructor for SharedBufferDataView. Debug test bots don't hit this, and it's not a particularly hot code path. We should make it a release assert.

-- 
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/20210527/8eddaf64/attachment-0001.htm>


More information about the webkit-unassigned mailing list