-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 5012 - Migrate pcre to pcre2 - remove match limit
Description: During the migration a match limit was incorrectly applied when in was not actually needed. This broke regexes where the source target matched more than 30 characters. relates: #5012 Reviewed by: firstyear & spichugi(Thanks!)
- Loading branch information
1 parent
3439c24
commit a310799
Showing
2 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters