mun icon indicating copy to clipboard operation
mun copied to clipboard

Integrate a continuous fuzzing services for the parser and/or compiler

Open baszalmstra opened this issue 5 years ago • 2 comments

Users often find strange corners of our code by trying out stuff. We can use a continuous fuzzing service like https://fuzzit.dev/ maybe we can ask them for help when we get around to this issue.

baszalmstra avatar May 01 '20 08:05 baszalmstra

Is being worked on in #159

baszalmstra avatar May 03 '20 10:05 baszalmstra

An alternative fuzzer: https://github.com/rust-fuzz/cargo-fuzz

Wodann avatar Jul 18 '20 08:07 Wodann