Skip to content

Commit

Permalink
Add missing field to Config in fuzz harness (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Dec 19, 2021
1 parent 452e97b commit 930d4fd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 26 deletions.
70 changes: 44 additions & 26 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions fuzz/fuzz_targets/parse_from_slice.rs
Expand Up @@ -25,6 +25,7 @@ pub fn parse_from_slice(input: FuzzInput, check_total: bool) {
no_ignore_vcs: None,
sort: None,
types: None,
for_each_fn: None,
};

// check that parsing doesn't panic
Expand Down

0 comments on commit 930d4fd

Please sign in to comment.