From: Nick Mathewson Date: Mon, 30 Jan 2017 13:46:47 +0000 (-0500) Subject: Fix an error in Fuzzing.md. (asn spotted this) X-Git-Tag: tor-0.3.0.3-alpha~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195acd90c9a2c3a74f7f54e83507eade524815a8;p=thirdparty%2Ftor.git Fix an error in Fuzzing.md. (asn spotted this) --- 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 -- src/test/fuzz_dir + ../afl/afl-fuzz -i ${TOR_FUZZ_CORPORA}/http -o src/test/fuzz/fuzz_http_findings -m -- src/test/fuzz/fuzz-http AFL has a multi-core mode, check the documentation for details.