Update reproducing.md

This commit is contained in:
Mike Aizatsky 2016-10-26 11:05:14 -07:00 committed by GitHub
parent c77a82de75
commit 99009672d7
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Follow these steps:
docker run --rm -v <local_sources>:/src/target_src -v <reproducer_file>:/testcase -t ossfuzz/<target> reproduce <fuzzer>
```
It is essentialy the previous command that addionally mounts local sources into the running container.
- *Fix the issue.* Use the previous command to help you fix the issue.
This is essentialy the previous command that addionally mounts local sources into the running container.
- *Fix the issue.* Use the previous command to verify you fixed the issue locally.
- *Submit the fix.* Clusterfuzz will automatically pick up the changes, recheck the testcast
and will close the issue.