aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Mike Aizatsky <mike.aizatsky@gmail.com>2016-10-26 14:59:27 -0700
committerGravatar GitHub <noreply@github.com>2016-10-26 14:59:27 -0700
commit11ac956b589277f03e3f54c1242722e1f6d4045c (patch)
treec3799071ef578e595e02f3d499a9e2cb39f22861 /docs
parentd4086332cde499990b97c55558d047172bb1f74c (diff)
Update reproducing.md
Diffstat (limited to 'docs')
-rw-r--r--docs/reproducing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index d34d68e6..5937c87e 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -11,9 +11,9 @@ Follow these steps:
- *Download testcase.* Each issue has a minimized testcase link. Download the testcase to a file.
- *Reproduce from nightly sources.* Run:
- ```bash
- docker run --rm -v <testcase_file>:/testcase -t ossfuzz/<target> reproduce <fuzzer>
- ```
+ <pre>
+ docker run --rm -v <em>testcase_file</em>:/testcase -t ossfuzz/<em>target</em> reproduce <em>fuzzer</em>
+ </pre>
It builds the fuzzer from nightly sources (in the image) and runs it with testcase input.
E.g. for libxml2 it will be: