RESOLVED FIXED262464
Stop using Vector::uncheckedAppend() in ISO8601.cpp
https://bugs.webkit.org/show_bug.cgi?id=262464
Summary Stop using Vector::uncheckedAppend() in ISO8601.cpp
Chris Dumez
Reported 2023-10-01 17:11:12 PDT
Stop using Vector::uncheckedAppend() in ISO8601.cpp. Vector::uncheckedAppend() has recently become an alias to Vector::append(), which does bounds checking. Use a more efficient Vector constructor instead.
Attachments
Chris Dumez
Comment 1 2023-10-01 17:13:03 PDT
EWS
Comment 2 2023-10-02 08:40:42 PDT
Committed 268731@main (cc80dcc17dc5): <https://commits.webkit.org/268731@main> Reviewed commits have been landed. Closing PR #18477 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-10-02 08:41:15 PDT
Note You need to log in before you can comment on or make changes to this bug.