From 5f36ffda4928bd9c873378314998ff1fc83e3404 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 13 Oct 2016 17:33:02 +0200 Subject: [PATCH] Update new_library.md (#29) --- docs/new_library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_library.md b/docs/new_library.md index 8f6abf9c5..bf746c71c 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -137,7 +137,7 @@ By default ClusterFuzz will run your fuzzer without any options. You can specify custom options by creating a `fuzzer_name.options` file next to a fuzzier in `/out`: ``` -[linfuzzer] +[libfuzzer] max_len = 1024 ```