Skip to content

Backreferences do not guarantee forward progress #598

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

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

rctcwyvrn
Copy link
Contributor

The regex (b?)\1* spins the matching engine forever. This is the same bug as the one in rdar://96461197 but we had missed this case.

rdar://98517792

@rctcwyvrn rctcwyvrn requested a review from milseman August 11, 2022 18:03
@rctcwyvrn
Copy link
Contributor Author

@swift-ci test

Copy link
Member

@milseman milseman left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants