You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we ignore the start offset, then we may report a match where none
exists. This can in particular lead to a match loop that never terminates.
Fixes#255.
The bug shown in #251 has the same underlying cause as the bug in
#255, which has been fixed in a previous commit. This commit just adds
a more specific regression test for #251.
Fixes#251.
AFL found this simple regex that causes
Regex::captures_iter()
inregex-0.1.71
to enter into an endless loop.The text was updated successfully, but these errors were encountered: