Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
3
-
Iteration Xiaolongbao, Iteration Zucchini, Iteration Cat
Description
there is a good library to do some fuzz testing in rust: https://docs.rs/proptest/0.8.7/proptest/
idea here: make sure lib doesn't crash.
example on how to do it: https://github.com/datrs/sleep-parser/blob/master/fuzz/fuzz_targets/header-from-vec.rs