mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 21:50:29 +00:00
[docs] Fix the link to SanitizerCoverage docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd55d49f65
commit
5d3a9d6339
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user