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

Fix infinite recursion in ReplacedString when <old> string is empty #5523

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

fingolfin
Copy link
Member

Fixes #3134

@ChrisJefferson ChrisJefferson merged commit e0bdb4a into gap-system:master Oct 30, 2023
22 checks passed
@fingolfin fingolfin deleted the mh/ReplacedString branch November 2, 2023 00:46
@fingolfin fingolfin changed the title Fix infinite recursion in ReplacedString when <old> is empty Fix infinite recursion in ReplacedString when <old> string is empty Jan 23, 2024
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReplacedString does not terminate when argument old is the empty string
2 participants