[llvm] r238062 - [lib/Fuzzer] mention the user-supplied mutators

Kostya Serebryany kcc at google.com
Fri May 22 15:43:05 PDT 2015


Author: kcc
Date: Fri May 22 17:43:05 2015
New Revision: 238062

URL: http://llvm.org/viewvc/llvm-project?rev=238062&view=rev
Log:
[lib/Fuzzer] mention the user-supplied mutators

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=238062&r1=238061&r2=238062&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Fri May 22 17:43:05 2015
@@ -299,6 +299,12 @@ and dump covered PCs to disk before exit
 Then you can subtract the set of covered PCs from the set of all instrumented PCs in the binary,
 see SanitizerCoverage_ for details.
 
+User-supplied mutators
+----------------------
+
+LibFuzzer allows to use custom (user-supplied) mutators,
+see FuzzerInterface.h_
+
 Fuzzing components of LLVM
 ==========================
 
@@ -408,3 +414,5 @@ Examples: regular expression matchers, t
 .. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html
 
 .. _Heartbleed: http://en.wikipedia.org/wiki/Heartbleed
+
+.. _FuzzerInterface.h: https://github.com/llvm-mirror/llvm/blob/master/lib/Fuzzer/FuzzerInterface.h





More information about the llvm-commits mailing list