Skip to content

Commit

Permalink
Improve fuzzing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
js2xxx committed Oct 2, 2024
1 parent 5adbb4c commit 5bcf449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzz/fuzz_targets/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ fn load_memory() {
}

fuzz_target!(|action_sets: [Vec<Action>; THREADS]| {
let _: Static<16> = Static::default();

let transfers: Vec<_> = iter::repeat_with(|| Mutex::new(None))
.take(TRANSFER_COUNT)
.collect();
Expand Down

0 comments on commit 5bcf449

Please sign in to comment.