Bug 263899 - Add bounds check to StringImpl::operator[]
Summary: Add bounds check to StringImpl::operator[]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
: 263574 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-10-30 10:12 PDT by Chris Dumez
Modified: 2023-10-30 18:04 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-30 10:12:07 PDT
Add bounds check to StringImpl::operator[] for extra safety.
Comment 1 Chris Dumez 2023-10-30 10:13:52 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19723
Comment 2 EWS 2023-10-30 12:32:14 PDT
Committed 269967@main (e93f8aa0c4f2): <https://commits.webkit.org/269967@main>

Reviewed commits have been landed. Closing PR #19723 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-30 12:33:14 PDT
<rdar://problem/117700025>
Comment 4 Chris Dumez 2023-10-30 18:04:16 PDT
*** Bug 263574 has been marked as a duplicate of this bug. ***