Skip to content

Commit 403729e

Browse files
chore[fuzzer]: update readme (#3581)
1 parent baf0d39 commit 403729e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

fuzz/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Vortex Fuzz
32

43
This crate contains general fuzzing infrastructure and tooling for all public components of Vortex.
@@ -9,4 +8,10 @@ Currently, the only thing required to run the fuzzing targets is [`cargo-fuzz`](
98

109
## Reproduce crash from CI
1110

12-
In the case of a crash in the nightly run, you can download the crash artifact and run `cargo-fuzz` with the exact same input with the command `cargo fuzz run array_ops <path/to/artifact>`
11+
In the case of a crash in the nightly run, you can download the crash artifact and run `cargo-fuzz` with the exact same
12+
input with the command `cargo fuzz run array_ops/file_io <path/to/artifact>`
13+
14+
### ASAN
15+
16+
If there are any linking (on macOS) then run `cargo fuzz run --dev --sanitizer=none ...`. `--dev` runs the fuzzer in dev
17+
profile.

0 commit comments

Comments
 (0)