Bug 262464

Summary: Stop using Vector::uncheckedAppend() in ISO8601.cpp
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: JavaScriptCoreAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.