aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-07-09 10:40:59 +0200
committerThomas Huth <thuth@redhat.com>2020-07-13 11:40:52 +0200
commit590246ead7e5628e9e365c88aeb1ff3eab24de0d (patch)
treeade56c5142c26790ada2593201300655472cf4b6 /docs
parent2c65fefa054fb8aa60b138efc48aa24e7d8e00bc (diff)
downloadqemu-590246ead7e5628e9e365c88aeb1ff3eab24de0d.zip
qemu-590246ead7e5628e9e365c88aeb1ff3eab24de0d.tar.gz
qemu-590246ead7e5628e9e365c88aeb1ff3eab24de0d.tar.bz2
docs/devel/fuzzing: Fix bugs in documentation
Fix typo - the option is called "--fuzz-target" and not "--fuzz_taget". Also use a different fuzzer in the example, since "virtio-net-fork-fuzz" does not seem to be a valid fuzzer target (anymore?). Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200709084059.22539-1-thuth@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/fuzzing.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devel/fuzzing.txt b/docs/devel/fuzzing.txt
index 324d2cd..db5641d 100644
--- a/docs/devel/fuzzing.txt
+++ b/docs/devel/fuzzing.txt
@@ -33,11 +33,11 @@ Fuzz targets are built similarly to system/softmmu:
This builds ./i386-softmmu/qemu-fuzz-i386
-The first option to this command is: --fuzz_taget=FUZZ_NAME
+The first option to this command is: --fuzz-target=FUZZ_NAME
To list all of the available fuzzers run qemu-fuzz-i386 with no arguments.
-eg:
- ./i386-softmmu/qemu-fuzz-i386 --fuzz-target=virtio-net-fork-fuzz
+For example:
+ ./i386-softmmu/qemu-fuzz-i386 --fuzz-target=virtio-scsi-fuzz
Internally, libfuzzer parses all arguments that do not begin with "--".
Information about these is available by passing -help=1