WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
280089
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-09-20 14:59:29 PDT
<
rdar://problem/136388770
>
David Kilzer (:ddkilzer)
Comment 2
2024-09-20 15:24:21 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/34003
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.
Top of Page
Format For Printing
XML
Clone This Bug