Update reproducing.md

This commit is contained in:
Mike Aizatsky 2016-11-02 12:43:54 -07:00 committed by GitHub
parent 8752e68cdf
commit 883cfe9611
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ docker run --rm -v <b><i>$target_checkout_dir</i></b>:/src/<b><i>$target</i></b
</pre>
This is essentially the previous command that additonally mounts local sources into the running container.
- *Fix the issue.* Use the previous command to verify you fixed the issue locally. Consult the
[debugging](debugging.md) document for your debugging needs.
- *Fix the issue.* Use the previous command to verify you fixed the issue locally.
[Use gdb](debugging.md#debugging-fuzzers-with-gdb) if needed.
- *Submit the fix.* ClusterFuzz will automatically pick up the changes, recheck the testcase
and will close the issue.