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: Use greedy matching for UNIXPATH pattern #14

Closed
wants to merge 1 commit into from

Conversation

heymatthew
Copy link

If UNIXPATH is set to using the lazy quantifier, then it stops
backtracking correctly when combined with other greedy regexes.

This fixes issue #13

If UNIXPATH is set to using the lazy quantifier, then it stops
backtracking correctly when combined with other greedy regexes.

This fixes issue logstash-plugins#13
@purbon
Copy link

purbon commented Sep 7, 2015

This got merged 06de0c1, thanks for your contribution!

@purbon purbon closed this Sep 7, 2015
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.

3 participants