[libFuzzer] document -len_control
authorKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2019 22:20:47 +0000 (22:20 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 18 Mar 2019 22:20:47 +0000 (22:20 +0000)
llvm-svn: 356422

llvm/docs/LibFuzzer.rst

index 1698439b8c450f420b28184716a45593a805e2c1..49f72f63ee3ebfc4f8fa986f74bcd53f3c9bc4bf 100644 (file)
@@ -258,6 +258,10 @@ The most important command line options are:
 ``-max_len``
   Maximum length of a test input. If 0 (the default), libFuzzer tries to guess
   a good value based on the corpus (and reports it).
+``len_control``
+  Try generating small inputs first, then try larger inputs over time.
+  Specifies the rate at which the length limit is increased (smaller == faster).
+  Default is 100. If 0, immediately try inputs with size up to max_len.
 ``-timeout``
   Timeout in seconds, default 1200. If an input takes longer than this timeout,
   the process is treated as a failure case.