Lines Matching +full:fuzz +full:- +full:bugs
1 ---
7 permalink: /clusterfuzzlite/running-clusterfuzzlite/
8 ---
12 - TOC
14 ---
38 This use-case is important because it allows ClusterFuzzLite to find bugs before
40 To use Code Review Fuzzing, set the configuration option `clusterfuzzlite-task`
41 to `code-review`.
42 If you are familiar with OSS-Fuzz's CIFuzz, this task is similar to CIFuzz.
47 introduced bugs and use the corpus developed during batch fuzzing.
55 be interactive, it is meant to be long-lasting and generally is more similar to
57 ClusterFuzzLite to build up a corpus for each of your fuzz targets. This corpus
82 [this explanation]({{ site.baseurl }}//getting-started/new-project-guide/#language)
85 `fuzz-time`: Determines how long ClusterFuzzLite spends fuzzing your project in
88 `sanitizer`: Determines a sanitizer to build and run fuzz targets with. The
91 `task`: The task for ClusterFuzzLite to execute. `code-review`
96 `dry-run`: Determines if ClusterFuzzLite surfaces bugs/crashes. The default
99 manually check the logs for detected bugs.