Compare commits
3 Commits
c14faa9440
...
c667e09ba0
Author | SHA1 | Date |
---|---|---|
Evgeny Vereshchagin | c667e09ba0 | |
Lynn Kirby | 6cec69fc3e | |
Lynn Kirby | 129c55c06f |
|
@ -127,7 +127,5 @@ guidance in [CONTRIBUTING.md](CONTRIBUTING.md) on how to report a security vulne
|
|||
|
||||
For more details on building fuzzers and integrating with OSS-Fuzz, visit:
|
||||
|
||||
- https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md
|
||||
- https://llvm.org/docs/LibFuzzer.html
|
||||
- https://github.com/google/fuzzer-test-suite/blob/master/tutorial/libFuzzerTutorial.md
|
||||
- https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md
|
||||
- [Setting up a new project - OSS-Fuzz](https://google.github.io/oss-fuzz/getting-started/new-project-guide/)
|
||||
- [Tutorials - OSS-Fuzz](https://google.github.io/oss-fuzz/reference/useful-links/#tutorials)
|
||||
|
|
|
@ -17,7 +17,7 @@ pip3 install meson
|
|||
cd $REPO_ROOT
|
||||
export PATH="$HOME/.local/bin/:$PATH"
|
||||
tools/oss-fuzz.sh
|
||||
timeout --preserve-status 5 ./out/fuzz-unit-file
|
||||
./out/fuzz-unit-file -max_total_time=5
|
||||
git clean -dxff
|
||||
|
||||
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
|
||||
|
|
Loading…
Reference in New Issue