Skip to content

Commit

Permalink
Add fuzzing support
Browse files Browse the repository at this point in the history
See fuzz/README.md for details. Example bug: XAMPPRocky#725
  • Loading branch information
mykter committed Feb 25, 2021
1 parent cc8f960 commit 79a9d4c
Show file tree
Hide file tree
Showing 10 changed files with 1,292 additions and 1 deletion.
21 changes: 21 additions & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ serde_json = "1.0.62"

[dependencies]
aho-corasick = "0.7.15"
arbitrary = { version = "1.0.0", features = ["derive"] }
clap = "2.33.3"
crossbeam-channel = "0.5.0"
encoding_rs_io = "0.1.7"
Expand Down
4 changes: 4 additions & 0 deletions fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

target
corpus
artifacts
Loading

0 comments on commit 79a9d4c

Please sign in to comment.