Bug 201776
Summary: | foundStringMatchIndex in FindController::findString is out of range when query is made more specific | ||
---|---|---|---|
Product: | WebKit | Reporter: | mmokary |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED MOVED | ||
Severity: | Normal | CC: | bfulgham, megan_gardner, thorton, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
mmokary
To reproduce:
Search for a string with many matches, and step through them until match index is sufficiently high.
Refine the search such that the new match count is less than the previous match index.
foundStringMatchIndex will only decrement by 1 and not be bound by the new match count range.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/55352699>
Brent Fulgham
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'.
This should now be fixed in shipping software.