mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
9eee25479b
commit
da04d445aa
|
@ -10,7 +10,7 @@ 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).
|
||||||
|
|
||||||
If you have [properly integrated](ideal_integration.md) the fuzz target with your build and test system
|
If you have [properly integrated](ideal_integration.md) the fuzz target with your build and test system
|
||||||
all you need is to download the reproducer file and run
|
all you is to run
|
||||||
```
|
```
|
||||||
./fuzz_target_binary REPRODUCER_FILE
|
./fuzz_target_binary REPRODUCER_FILE
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue