Skip to content

Commit 72e3f7a

Browse files
committed
Missing README
1 parent dc71160 commit 72e3f7a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fuzz/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Fuzzer for smallvec
2+
3+
Based on fuzzing in [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin/tree/c8ac25219a09bf9d017f1b05abe3e746e2136f73/fuzz)
4+
5+
Useful links:
6+
7+
## Running manually with afl
8+
9+
```
10+
cargo afl build --release --bin smallvec_ops --features afl && cargo afl fuzz -i in -o out target/release/smallvec_ops
11+
```
12+
13+
* https://rust-fuzz.github.io/book/afl.html

0 commit comments

Comments
 (0)