RESOLVED FIXED280089
[WTF] Converting NumberToStringBuffer to std::span should not ignore std::array size
https://bugs.webkit.org/show_bug.cgi?id=280089
Summary [WTF] Converting NumberToStringBuffer to std::span should not ignore std::arr...
David Kilzer (:ddkilzer)
Reported 2024-09-20 14:59:09 PDT
[WTF] Converting NumberToStringBuffer to std::span should use span::first() in StringConcatenateNumbers.h. Currently the length of the std::array (NumberToStringBuffer) is ignored when creating a std::span because a pointer to the first element of the std::array is used to create a std::span instead of using the std::array itself.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-20 14:59:29 PDT
David Kilzer (:ddkilzer)
Comment 2 2024-09-20 15:24:21 PDT
EWS
Comment 3 2024-09-26 18:48:13 PDT
Committed 284325@main (198d2e7875d6): <https://commits.webkit.org/284325@main> Reviewed commits have been landed. Closing PR #34003 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.