We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.1
Program index out of boud for vector, which causing a panic.
Using auto-generated fuzz target can reproduce the behavior. it was uploaded to the issue platform. index_out_of_bound.zip
Similar problems were found in the fuzzy test:
Panic happens, the program crashes.
Handle index out of bound without causing a panic
The text was updated successfully, but these errors were encountered:
This issue is invalid in the same way that #948 is invalid. The offset provided is itself incorrect.
Sorry, something went wrong.
No branches or pull requests
What version of regex are you using?
1.7.1
Describe the bug at a high level.
Program index out of boud for vector, which causing a panic.
What are the steps to reproduce the behavior?
Using auto-generated fuzz target can reproduce the behavior. it was uploaded to the issue platform.
index_out_of_bound.zip
Similar problems were found in the fuzzy test:
What is the actual behavior?
Panic happens, the program crashes.
What is the expected behavior?
Handle index out of bound without causing a panic
The text was updated successfully, but these errors were encountered: