[tor-commits] [tor/master] Fix an error in Fuzzing.md. (asn spotted this)

nickm at torproject.org nickm at torproject.org
Mon Jan 30 13:46:51 UTC 2017


commit 195acd90c9a2c3a74f7f54e83507eade524815a8
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jan 30 08:46:47 2017 -0500

    Fix an error in Fuzzing.md. (asn spotted this)
---
 doc/HACKING/Fuzzing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/HACKING/Fuzzing.md b/doc/HACKING/Fuzzing.md
index f5502b3..dc23259 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.



More information about the tor-commits mailing list