Bug 263574

Summary: Add bounds check to StringImpl's operator[]
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: benjamin, changseok, cmarcelo, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, kangil.han, kondapallykalyan, mifenton, pdr, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=263615
Attachments:
Description Flags
WIP Patch
ews-feeder: commit-queue-
WIP Patch
none
WIP Patch
none
WIP Patch
ews-feeder: commit-queue-
WIP Patch ews-feeder: commit-queue-

Description Chris Dumez 2023-10-23 18:00:28 PDT
Add bounds check to StringImpl's operator[] for extra safety.
Comment 1 Chris Dumez 2023-10-23 18:00:45 PDT
Created attachment 468310 [details]
WIP Patch
Comment 2 Chris Dumez 2023-10-23 20:16:14 PDT
Created attachment 468311 [details]
WIP Patch
Comment 3 Chris Dumez 2023-10-23 20:27:08 PDT
Created attachment 468312 [details]
WIP Patch
Comment 4 Chris Dumez 2023-10-23 21:40:22 PDT
Created attachment 468314 [details]
WIP Patch
Comment 5 Chris Dumez 2023-10-24 13:22:01 PDT
Created attachment 468322 [details]
WIP Patch
Comment 6 Radar WebKit Bug Importer 2023-10-30 18:01:15 PDT
<rdar://problem/117713370>
Comment 7 Chris Dumez 2023-10-30 18:04:16 PDT

*** This bug has been marked as a duplicate of bug 263899 ***