Bug 234801 - [LFC][IFC] Add ASSERT(middle >= left && middle < right) to TextUtil::breakWord
Summary: [LFC][IFC] Add ASSERT(middle >= left && middle < right) to TextUtil::breakWord
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-02 12:08 PST by zalan
Modified: 2022-01-02 16:51 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.93 KB, patch)
2022-01-02 12:24 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2022-01-02 12:08:39 PST
in 8bit world, middle = (left + right) / 2 always guaranteed it.
Comment 1 zalan 2022-01-02 12:24:34 PST
Created attachment 448183 [details]
Patch
Comment 2 EWS 2022-01-02 16:50:38 PST
Committed r287525 (245660@main): <https://commits.webkit.org/245660@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 448183 [details].
Comment 3 Radar WebKit Bug Importer 2022-01-02 16:51:18 PST
<rdar://problem/87054708>