Bug 263574 - Add bounds check to StringImpl's operator[]
Summary: Add bounds check to StringImpl's operator[]
Status: RESOLVED DUPLICATE of bug 263899
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
Depends on:
Blocks:
 
Reported: 2023-10-23 18:00 PDT by Chris Dumez
Modified: 2023-10-30 18:04 PDT (History)
12 users (show)

See Also:


Attachments
WIP Patch (5.27 KB, patch)
2023-10-23 18:00 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
WIP Patch (7.19 KB, patch)
2023-10-23 20:16 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
WIP Patch (7.19 KB, patch)
2023-10-23 20:27 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
WIP Patch (8.60 KB, patch)
2023-10-23 21:40 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
WIP Patch (13.01 KB, patch)
2023-10-24 13:22 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***