From 3cbc5b74fcfa6c75d6163f77e66bb82fd30f4b9a Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 28 Dec 2016 09:59:34 +0100 Subject: fuzz: document the convention for initial values --- devel/fuzz/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/fuzz/README.md b/devel/fuzz/README.md index f648dcab8d..29668d2708 100644 --- a/devel/fuzz/README.md +++ b/devel/fuzz/README.md @@ -5,3 +5,6 @@ primarily run on Google's OSS-Fuzz (https://github.com/google/oss-fuzz/). OSS-Fuzz will automatically locate and compile any `*_fuzzer.cc` files and assume they are fuzzers it should run. + +The initial values for each parser fuzzer are taken from the $NAME.in +directory. -- cgit v1.2.1