Skip to content

Commit

Permalink
Merge pull request #8 from IntelLabs/feature/secworks_multiprocess_fu…
Browse files Browse the repository at this point in the history
…zzing

enable multi-process fuzzing
  • Loading branch information
Bounti authored Jun 14, 2023
2 parents 06b46f8 + b628df6 commit 196349c
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 291 deletions.
2 changes: 2 additions & 0 deletions fuzzers/secworks-vcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ erased-serde = { version = "0.3.21", default-features = false, features = ["allo
ahash = { version = "0.7", default-features=false, features=["compile-time-rng"] } # The hash function already used in hashbrown
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
libc = "0.2"
tempdir = "0.3.7"
wait-timeout = "0.1.5"
fs_extra = "1.2.0"
Loading

0 comments on commit 196349c

Please sign in to comment.