[Webkit-unassigned] [Bug 234619] New: Hardening: decodeArrayBuffer is missing WARN_UNUSED_RETURN

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 14:29:10 PST 2021


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

            Bug ID: 234619
           Summary: Hardening: decodeArrayBuffer is missing
                    WARN_UNUSED_RETURN
           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 recently noticed that the template function decodeArrayBuffer is missing WARN_UNUSED_RETURN. This patch just adds the declaration to help us avoid misusing the method.

-- 
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/20211222/1167749f/attachment.htm>


More information about the webkit-unassigned mailing list