summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-30 08:46:47 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-30 08:46:47 -0500
commit195acd90c9a2c3a74f7f54e83507eade524815a8 (patch)
treee3d246030b08b7cc5ad5ab1e4e40666117b8b298 /doc
parent558c04f5b119b62f5a6ef00739468b31f65fcc19 (diff)
downloadtor-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.md2
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.