From 64130c1f8b0a2dd09379ac02544897ad5a2bfb75 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 24 Oct 2016 16:31:42 +0100 Subject: Fix broken fuzzer compilation fuzz_group_decrypt.cpp got broken by 653790e; fix it up --- fuzzers/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzzers/README.rst') diff --git a/fuzzers/README.rst b/fuzzers/README.rst index b3142ca..d052303 100644 --- a/fuzzers/README.rst +++ b/fuzzers/README.rst @@ -45,7 +45,7 @@ Usage notes: .. code:: - ./afl-fuzz -i- -o existing_output_dir [...etc...] + afl-fuzz -i- -o existing_output_dir [...etc...] 8. If it shows failures, pipe the failure case into ``./build/fuzzers/debug_``, fix, and repeat. -- cgit v1.2.3