summaryrefslogtreecommitdiff
path: root/devel/fuzz/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fuzz/README.md')
-rw-r--r--devel/fuzz/README.md3
1 files changed, 3 insertions, 0 deletions
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.