-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fuzzing #9
Labels
Comments
@theHamsta are you getting segfaults with the current build? if so, under what conditions? |
No, defaults. But the parser can get sticker a endless loop. Why don't you try it out yourself. The fuzzer tests random input sequences and shows you the ones that are problematic. |
otommod
added a commit
to otommod/tree-sitter-fennel
that referenced
this issue
Aug 20, 2021
otommod
added a commit
to otommod/tree-sitter-fennel
that referenced
this issue
Aug 20, 2021
otommod
added a commit
to otommod/tree-sitter-fennel
that referenced
this issue
Aug 23, 2021
otommod
added a commit
to otommod/tree-sitter-fennel
that referenced
this issue
Aug 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you try fuzzing for
scanner.c
with the instruction inikatyang/tree-sitter-markdown#14
Apparently it's easy to get stuck in a endless loop in the scanner.c
The text was updated successfully, but these errors were encountered: