You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fuzz/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# Vortex Fuzz
3
2
4
3
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`](
9
8
10
9
## Reproduce crash from CI
11
10
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
0 commit comments