diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:46:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:46:47 -0500 |
commit | 195acd90c9a2c3a74f7f54e83507eade524815a8 (patch) | |
tree | e3d246030b08b7cc5ad5ab1e4e40666117b8b298 /doc | |
parent | 558c04f5b119b62f5a6ef00739468b31f65fcc19 (diff) | |
download | tor-195acd90c9a2c3a74f7f54e83507eade524815a8.tar.gz tor-195acd90c9a2c3a74f7f54e83507eade524815a8.zip |
Fix an error in Fuzzing.md. (asn spotted this)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/Fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/Fuzzing.md b/doc/HACKING/Fuzzing.md index f5502b3307..dc232599c8 100644 --- a/doc/HACKING/Fuzzing.md +++ b/doc/HACKING/Fuzzing.md @@ -88,7 +88,7 @@ don't care about memory limits. To Run: mkdir -p src/test/fuzz/fuzz_http_findings - ../afl/afl-fuzz -i ${TOR_FUZZ_CORPORA}/http -o src/test/fuzz/fuzz_http_findings -m <asan-memory-limit> -- src/test/fuzz_dir + ../afl/afl-fuzz -i ${TOR_FUZZ_CORPORA}/http -o src/test/fuzz/fuzz_http_findings -m <asan-memory-limit> -- src/test/fuzz/fuzz-http AFL has a multi-core mode, check the documentation for details. |