[Webkit-unassigned] [Bug 280496] New: [WTF] HexNumberBuffer::span() should not ignore std::array size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 21:33:42 PDT 2024


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

            Bug ID: 280496
           Summary: [WTF] HexNumberBuffer::span() should not ignore
                    std::array size
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

[WTF] HexNumberBuffer::span() should not ignore std::array size.

Currently the length of the std::array (buffer) is ignored when creating a std::span because a pointer to the nth-from-last element of the std::array is used to create a std::span instead of using the std::array itself.

-- 
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/20240927/d851cceb/attachment.htm>


More information about the webkit-unassigned mailing list