Update reproducing.md

This commit is contained in:
Oliver Chang 2018-05-10 13:35:57 +10:00 committed by GitHub
parent e5a203e439
commit 6c8edf0cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ to replicate the exact build steps used by OSS-Fuzz and then feed the reproducer
```bash
$ 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