Bug 262464 - Stop using Vector::uncheckedAppend() in ISO8601.cpp
Summary: Stop using Vector::uncheckedAppend() in ISO8601.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-01 17:11 PDT by Chris Dumez
Modified: 2023-10-02 08:41 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2023-10-01 17:13:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18477
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2023-10-02 08:41:15 PDT
<rdar://problem/116347642>