fuzz: simplify oss-fuzz build instructions in HACKING

This commit is contained in:
Jonathan Rudenberg 2018-01-19 20:10:51 -05:00
parent 2bd37c5be2
commit 33d62eba91
1 changed files with 3 additions and 4 deletions

View File

@ -95,12 +95,11 @@ scripts/oss-fuzz.sh.
The fuzzers can be built locally if you have libFuzzer installed by running
scripts/oss-fuzz.sh. You should also confirm that the fuzzer runs in the
OSS-Fuzz environment by checking out the OSS-Fuzz repo, modifying the git clone
in projects/systemd/Dockerfile to point at your code (for example, a fork on
GitHub) and then running these commands:
OSS-Fuzz environment by checking out the OSS-Fuzz repo, and then running
commands like this:
python infra/helper.py build_image systemd
python infra/helper.py build_fuzzers --sanitizer memory systemd
python infra/helper.py build_fuzzers --sanitizer memory systemd ../systemd
python infra/helper.py run_fuzzer systemd fuzz-foo
For more details on building fuzzers and integrating with OSS-Fuzz, visit: