From: Kostya Serebryany Date: Mon, 9 May 2016 19:32:10 +0000 (+0000) Subject: [libFuzzer] reshuffle docs more X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce06f035f99ce9f139325696168f9d76e9dd8328;p=llvm [libFuzzer] reshuffle docs more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268961 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index d63f4938e00..5a3c335182b 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -104,7 +104,7 @@ Finally, link with ``libFuzzer.a``:: clang -fsanitize-coverage=edge -fsanitize=address your_lib.cc fuzz_target.cc libFuzzer.a -o my_fuzzer Corpus -====== +------ Coverage-guided fuzzers like libFuzzer rely on a corpus of sample inputs for the code under test. This corpus should ideally be seeded with a varied collection