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
262464
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-10-01 17:13:03 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18477
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
<
rdar://problem/116347642
>
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