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
My tests where done using code from commit: 1a069b9
I did fuzzing tests with the provided targets and the fuzzer detected panics.
Use the example inputs with the respective fuzz targets.
I did fuzz runs with the ast_roundtrip target and the fuzzer detected an assertion fail:
ast_roundtrip
$ diff left right 3c3 < Position(o: 8, l: 1, c: 7)), --- > Position(o: 5, l: 1, c: 6)), 6c6 < Position(o: 8, l: 1, c: 7)), --- > Position(o: 5, l: 1, c: 6)),
While testing the target fuzz_regex_automata_deserialize_dense_dfa the fuzzer detected two panics/issue:
fuzz_regex_automata_deserialize_dense_dfa
I attached the error inducing inputs as an attachment to this issue:
regex_panic_inputs.zip
Fuzzing the respective targets should not cause a panic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of regex are you using?
My tests where done using code from commit: 1a069b9
Describe the bug at a high level.
I did fuzzing tests with the provided targets and the fuzzer detected panics.
What are the steps to reproduce the behavior?
Use the example inputs with the respective fuzz targets.
What is the actual behavior?
I did fuzz runs with the
ast_roundtrip
target and the fuzzer detected an assertion fail:While testing the target
fuzz_regex_automata_deserialize_dense_dfa
the fuzzer detected two panics/issue:I attached the error inducing inputs as an attachment to this issue:
regex_panic_inputs.zip
What is the expected behavior?
Fuzzing the respective targets should not cause a panic.
The text was updated successfully, but these errors were encountered: