Add store fuzzing

This commit is contained in:
Julien Cretin
2020-11-19 11:27:50 +01:00
parent 78e801c32a
commit e842da0de7
4 changed files with 538 additions and 4 deletions

View File

@@ -17,5 +17,5 @@
use libfuzzer_sys::fuzz_target;
fuzz_target!(|data: &[u8]| {
// TODO(ia0): Call fuzzing when implemented.
fuzz_store::fuzz(data, false, None);
});