Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing regex position check after BOL optimization #66216

Merged
merged 2 commits into from
Mar 7, 2022

Conversation

stephentoub
Copy link
Member

Fixes #66212

@ghost
Copy link

ghost commented Mar 4, 2022

Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #66212

Author: stephentoub
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: 7.0.0

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Not that I expect it to make a difference, but should we add a test that is actually multi-line like "car\nbar\n" and has more than one match?

@stephentoub
Copy link
Member Author

Sure

@EgorBo
Copy link
Member

EgorBo commented Mar 17, 2022

Improvements on win-x64 dotnet/perf-autofiling-issues#3993

@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regex Matches Count gives ArgumentOutOfRangeException (regression)
3 participants