From ce06f035f99ce9f139325696168f9d76e9dd8328 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 9 May 2016 19:32:10 +0000 Subject: [PATCH] [libFuzzer] reshuffle docs more git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268961 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1