Skip to content

Commit 7b674ae

Browse files
committed
Standard unwinding panic now works as well
1 parent e8d8d2a commit 7b674ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ fuzz_target!(|data: &[u8]| {
4444
Finally, run the following commands:
4545

4646
```
47-
$ cargo rustc -- -C passes='sancov' -C llvm-args='-sanitizer-coverage-level=3' -Z sanitizer=address -Cpanic=abort
47+
$ cargo rustc -- -C passes='sancov' -C llvm-args='-sanitizer-coverage-level=3' -Z sanitizer=address
4848
$ ./target/debug/fuzzed # runs fuzzing
4949
```

0 commit comments

Comments
 (0)