summaryrefslogtreecommitdiff
path: root/fuzz/README
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:34 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:48:21 +0100
commitdf7226c4b684fd229dc046388225c69ded877721 (patch)
treee69014e1ee868c4ec178b8a36baae7de31786beb /fuzz/README
parentf794345c2d734f593da8ed7754e5dbb5809c688d (diff)
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir 64889867df57bd13ea0cb964223697d378d391ce
Diffstat (limited to 'fuzz/README')
-rw-r--r--fuzz/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/README b/fuzz/README
index ecb02bb..42646e4 100644
--- a/fuzz/README
+++ b/fuzz/README
@@ -129,7 +129,7 @@ When running under ASAN, you may want to set ASAN_OPTIONS to
129The recommended way to run the harnesses is: 129The recommended way to run the harnesses is:
130 130
131$ fuzz_{assert,cred,credman,mgmt} -use_value_profile=1 -reload=30 \ 131$ fuzz_{assert,cred,credman,mgmt} -use_value_profile=1 -reload=30 \
132 -print_pcs=1 -print_funcs=30 -timeout=10 -max_len=17408 CORPUS_DIR 132 -print_pcs=1 -print_funcs=30 -timeout=10 CORPUS_DIR
133 133
134You may want to use -jobs or -workers depending on the number of logical 134You may want to use -jobs or -workers depending on the number of logical
135cores available for fuzzing. 135cores available for fuzzing.