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

Infinite loop when matching patterns with back-references #53

Open
Sjlver opened this issue Mar 17, 2017 · 0 comments
Open

Infinite loop when matching patterns with back-references #53

Sjlver opened this issue Mar 17, 2017 · 0 comments

Comments

@Sjlver
Copy link

Sjlver commented Mar 17, 2017

This leads to an infinite loop in agrep:

echo 'xx' | ./src/agrep '(\0|x)+'

I don't know what a good patch for this would be.

Found using LLVM's LibFuzzer.

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

No branches or pull requests

1 participant