diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-10-10 16:32:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 16:32:43 +0200 |
commit | 79d87f8544a0f67537b2169e3f6821f459659f61 (patch) | |
tree | 15bfaef53f95696583ea12396a7e8e98b73f77e1 /docs/ci_fuzzing.md | |
parent | 228f6c5dad1a593b4113006e587e9885459a53c2 (diff) | |
parent | da865cbb9d289d0f782a1c33d85261903c60d624 (diff) | |
download | afl++-79d87f8544a0f67537b2169e3f6821f459659f61.tar.gz |
Merge branch 'dev' into docs_edit_readme_fix_links
Diffstat (limited to 'docs/ci_fuzzing.md')
-rw-r--r-- | docs/ci_fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ci_fuzzing.md b/docs/ci_fuzzing.md index 316059f8..8d1a2f99 100644 --- a/docs/ci_fuzzing.md +++ b/docs/ci_fuzzing.md @@ -26,4 +26,4 @@ Some notes on CI Fuzzing - this fuzzing is different to normal fuzzing campaigns `-M` enables old queue handling etc. which is good for a fuzzing campaign but not good for short CI runs. How this can look like can e.g. be seen at AFL++'s setup in Google's [oss-fuzz](https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-builder/compile_afl) -and [clusterfuzz](https://github.com/google/clusterfuzz/blob/master/src/python/bot/fuzzers/afl/launcher.py). \ No newline at end of file +and [clusterfuzz](https://github.com/google/clusterfuzz/blob/master/src/clusterfuzz/_internal/bot/fuzzers/afl/launcher.py). |