-
Notifications
You must be signed in to change notification settings - Fork 89
Init files for fuzzing #339
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
Conversation
I get this after trying to call
|
Is that with both tests? Both run fine on my system : / |
I've increased the virtual memory allocated to 100MiB, but I'm not confident that's the issue. |
Aha, I managed to replicate that when I'm back to switch |
I'm using 4.11.1+afl, but maybe there's some opam state that has not been properly updated when I upgraded my switch. |
Both tests still run fine for me after switching to |
It was my fault, sorry. I thought I had 4.11.1+afl, but it turns out opam had rejected my This seems to work, it's fuzzing right now!! 😁 |
Spawned from #338
Adds the following fuzzing tests:
ccsexp_parse_string_does_not_crash
ccutf8_string_uchar_to_bytes_is_same_as_simple_version
CCUtf8_string.uchar_to_bytes
against a simpler implementation of the equivalent