mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
8752e68cdf
commit
883cfe9611
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue