-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #12453 fuzzing timeout in getUnsafeFunction() #6020
Conversation
Need to merge #6018 first and rebase on that to make sure everything it working fine. The timeout was kinda broken. |
We could also throw an error in |
Do what you think is appropriate. One of the fuzzing improvements so we use input closer to real code is that I would discard all cases where we encounter a |
There is an AST issue, Additionally,
gets simplified to
which is wrong. |
No description provided.