mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[docs] Fix the link to SanitizerCoverage docs.
llvm-svn: 235934
This commit is contained in:
parent
bc20f6f5ab
commit
18b3825dd6
@ -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