summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-28 09:59:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-12-28 10:02:00 +0100
commit3cbc5b74fcfa6c75d6163f77e66bb82fd30f4b9a (patch)
tree777a7f3f74074a1888204960fb05651e285cc266
parent39b3d8d43714fd90143bf3bc3b23adc31d6e272a (diff)
downloadgnutls-3cbc5b74fcfa6c75d6163f77e66bb82fd30f4b9a.tar.gz
fuzz: document the convention for initial values
-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.