[Webkit-unassigned] [Bug 282423] New: [WebCore] Fix -Wunsafe-buffer-usage in PropertyCascade.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 20:56:25 PDT 2024


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

            Bug ID: 282423
           Summary: [WebCore] Fix -Wunsafe-buffer-usage in
                    PropertyCascade.h
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

Fix -Wunsafe-buffer-usage in PropertyCascade.h.

Update `WebCore::PropertyCascade::logicalGroupPropertyIDs() const` to create std::span from std::array, the limit size via std::span::first().

-- 
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/20241101/8248a99f/attachment.htm>


More information about the webkit-unassigned mailing list