aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/reproducing.md
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-26 20:46:20 -0700
committerGravatar GitHub <noreply@github.com>2016-10-26 20:46:20 -0700
commitbb189cc10c88f8070aeefe87899696932e8f1f3d (patch)
tree1139f6ef9e0e65c84f7a420c0bd0fd93edb968a5 /docs/reproducing.md
parent6b7beeb9a0fdb5de5bd1c491af84610dd24d49aa (diff)
Update reproducing.md
Diffstat (limited to 'docs/reproducing.md')
-rw-r--r--docs/reproducing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index ec8a7b0d..6b4fd3bf 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -9,7 +9,7 @@ is entirely possible to do without.
If you have docker installed, follow these steps:
- *Download testcase.* Each issue has a minimized testcase link. Download the testcase to a file.
-- *Reproduce from nightly sources.* Run:
+- *Reproduce from nightly sources:*
<pre>
docker run --rm -v <b><i>$testcase_file</i></b>:/testcase -t ossfuzz/<b><i>$target</i></b> reproduce <b><i>$fuzzer</i></b>
@@ -21,7 +21,7 @@ docker run --rm -v <b><i>$testcase_file</i></b>:/testcase -t ossfuzz/<b><i>$targ
<pre>
docker run --rm -ti -v <b><i>~/Downloads/testcase</i></b>:/testcase ossfuzz/<b><i>libxml2</i></b> reproduce <b><i>libxml2_xml_read_memory_fuzzer</i></b>
</pre>
-- *Reproduce with local sources.* Run:
+- *Reproduce from local sources:*
<pre>
docker run --rm -v <b><i>$target_checkout_dir</i></b>:/src/<b><i>$target</i></b> \