From f69593393da93e3698ded265da18230b87916dbb Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 11:09:34 -0700 Subject: [PATCH] Update reproducing.md --- docs/reproducing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reproducing.md b/docs/reproducing.md index ac0f8aac3..2a0918295 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -26,3 +26,12 @@ Follow these steps: - *Fix the issue.* Use the previous command to verify you fixed the issue locally. - *Submit the fix.* Clusterfuzz will automatically pick up the changes, recheck the testcast and will close the issue. + +## Manual + +Manual process is documented on main [libFuzzer page](http://llvm.org/docs/LibFuzzer.html). +To manully reproduce the issue you have to: +- fetch the toolchain: http://llvm.org/docs/LibFuzzer.html#versions. +- build the target with toolchain and sanitizer: http://llvm.org/docs/LibFuzzer.html#building. +- build the fuzzer from the code in [targets/](../targets/). +- run the fuzzer on downloaded testcase.