Replies: 5 comments 4 replies
-
One primary target brought up by @c-cube would be |
Beta Was this translation helpful? Give feedback.
-
I think it would be good to fuzz against uutf, which is very robust.
.
|
Beta Was this translation helpful? Give feedback.
-
Actually yeah - does uutf suffice as replacement for CCUtf8_string? Or is CCUtf8_string for better packaging/dependency management |
Beta Was this translation helpful? Give feedback.
-
It'd be extra nice to fuzz |
Beta Was this translation helpful? Give feedback.
-
There's already some random tests using qcheck. One can also compare to a reference implementation that does the slow thing (test all substrings of the same length as the pattern).
|
Beta Was this translation helpful? Give feedback.
-
Recently fuzzing effort from another project resulted in discovery of a bug (#338). And following from the discussion, a small fuzzing suite was added (#339).
It seems that further fuzzing (via AFL) could be useful for covering areas that qcheck may not be able to test efficiently.
If anyone has ideas on what to fuzz, please drop them here.
Beta Was this translation helpful? Give feedback.
All reactions