-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add OSS-Fuzz on Demand build steps to extract crashes from the fuzzing output corpus #13270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0b4f4c5
Create fuzzbench_utils.py with utilities to get the latest LibFuzzer …
decoNR c8c67f5
Add copy output corpus command in ood.Dockerfile CMD
decoNR 2eff4df
Add source command before executing fuzzbench_run_fuzzer.sh
decoNR ad96750
Add OOD_OUTPUT_CORPUS_DIR arg to ood.Dockerfile
decoNR f6c8621
Use cifuzz code for fetching latest LibFuzzer URL
decoNR a834b8b
Enhance get_latest_libfuzzer_build_uri documentation
decoNR bd8c784
Return build filename alongside build URI in get_latest_libfuzzer_bui…
decoNR 722ae91
Add build steps to extract crashes from OOD fuzzing output using the …
decoNR 9042463
Change default config fuzz target value to None
decoNR f34fd9a
Add GCB_WORKSPACE_DIR constant to centralize workspace path
decoNR eb827db
Move auxiliary functions to fuzzbench_utils.py for better organization
decoNR 15d1d87
Fix copyright year
decoNR 8eed32d
Remove fuzzbench_utils.py
decoNR c3be640
Change default type from str to Optional[str] in Config class
decoNR 3a75671
Merge branch 'master' into ood_get_output_crashes
decoNR 5c689f7
Merge branch 'master' into ood_get_output_crashes
decoNR 99fd02e
Change infra_dir variable name to INFRA_DIR
decoNR a48bb39
Change CIFFUZ_TEST env variable value from non_falsy_str to True
decoNR 9b8c23c
Refactor LibFuzzer build_uri
decoNR f30a77a
Merge branch 'ood_get_output_crashes' of github.com:google/oss-fuzz i…
decoNR 345f4da
Merge branch 'master' into ood_get_output_crashes
decoNR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix copyright year
- Loading branch information
commit 15d1d87cac3182841959cf7f16f6a24d5d9c88b0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.