Replies: 2 comments 1 reply
-
That PR was trying to fuzz the Slint parser. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I never merged the fuzzer even though it did find a couple of issues. The problem is that we recurse down the AST and that will eventually exhaust the stack... and the fuzzer started to get so reliable that it kept finding the recursion limits all the time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to fuzz a little this project.
I see that already there was attempt to setup fuzzer, but PR was closed - https://github.com/slint-ui/slint/pull/1040/files
What functions should be tested to find the most crashes?
Beta Was this translation helpful? Give feedback.
All reactions