From 5d3a9d6339b9493d32632fd7585e67c8269e2c27 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 27 Apr 2015 22:50:06 +0000 Subject: [PATCH] [docs] Fix the link to SanitizerCoverage docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235934 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index a31f83d3950..383f888f9f4 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -32,7 +32,7 @@ This library is intended primarily for in-process coverage-guided fuzz testing the sanitizer (asan, etc) it will be reported as usual and the reproducer will be written to disk. Each Fuzzer process is single-threaded (unless the library starts its own - threads). You can run the Fuzzer on the same corpus in multiple processes. + threads). You can run the Fuzzer on the same corpus in multiple processes in parallel. For run-time options run the Fuzzer binary with '-help=1'. @@ -359,6 +359,6 @@ Examples: regular expression matchers, text or binary format parsers. .. _AFL: http://lcamtuf.coredump.cx/afl/ -.. _SanitizerCoverage: https://code.google.com/p/address-sanitizer/wiki/AsanCoverage +.. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html .. _Heartbleed: http://en.wikipedia.org/wiki/Heartbleed -- 2.11.0