mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
4a9f3f07b1
commit
2bd653951b
|
@ -4,7 +4,7 @@ You've been CC'ed on an OSS-Fuzz issue
|
||||||
([examples](https://bugs.chromium.org/p/oss-fuzz/issues/list)), now what?
|
([examples](https://bugs.chromium.org/p/oss-fuzz/issues/list)), now what?
|
||||||
Before attempting a fix the bug you should be able to reliably reproduce it.
|
Before attempting a fix the bug you should be able to reliably reproduce it.
|
||||||
|
|
||||||
Every issue has a reproducer file attached.
|
Every issue has a reproducer (aka "test case") file attached.
|
||||||
Download it. If the issue is not public, you will need to login using your Google account
|
Download it. If the issue is not public, you will need to login using your Google account
|
||||||
that is CC-ed to the bug report.
|
that is CC-ed to the bug report.
|
||||||
This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer.info/#fuzz-target).
|
This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer.info/#fuzz-target).
|
||||||
|
|
Loading…
Reference in New Issue