mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
e5a203e439
commit
6c8edf0cba
|
@ -32,7 +32,7 @@ to replicate the exact build steps used by OSS-Fuzz and then feed the reproducer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python infra/helper.py build_image $PROJECT_NAME
|
$ python infra/helper.py build_image $PROJECT_NAME
|
||||||
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined>
|
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> $PROJECT_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
## Reproducing
|
## Reproducing
|
||||||
|
|
Loading…
Reference in New Issue