mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.85k stars 73 forks source link

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

Open baszalmstra opened 4 years ago

baszalmstra commented 4 years ago

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 commented 4 years ago

Is being worked on in #159

Wodann commented 4 years ago

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