[Webkit-unassigned] [Bug 201776] New: foundStringMatchIndex in FindController::findString is out of range when query is made more specific
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 13 14:35:24 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201776
Bug ID: 201776
Summary: foundStringMatchIndex in FindController::findString is
out of range when query is made more specific
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mmokary at apple.com
CC: webkit-bug-importer at group.apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190913/4c209c96/attachment-0001.html>
More information about the webkit-unassigned
mailing list