cfl: change base path to a seed corpus#126
Merged
Conversation
ligurio
added a commit
to ligurio/lunapark-corpus
that referenced
this pull request
Apr 16, 2025
ligurio
added a commit
to ligurio/lunapark-corpus
that referenced
this pull request
Apr 16, 2025
9956668 to
09118e0
Compare
Owner
Author
https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/#batch-fuzzing |
3c7e282 to
b8c9cdd
Compare
The ClusterFuzzLite uses a Git repo for storing corpora. The corpus have to be uploaded in the repository under the folder `/corpus/<fuzz_target>/` for each fuzzer, see [1]. But CTest and ClusterFuzzLite build script used seed corpus under the folder `/<fuzz_target>/`, and uploaded corpora was not used by following ClusterFuzzLite runs. The patch fixes location of the seed corpus used by CTest and ClusterFuzzLite build script. 1. https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/#storage-repo
- Updated a `fuzz-seconds`, the amount of time spent fuzzing. On GitHub Free plan [1] 2.000 minutes are available, so it is allowed about 1 hour per day. - Removed `minimize-crashes`, `report-unreproducible-crashes` and `report-ooms`, these options are unused [2]. - Added `language`, `parallel-fuzzing`, where these options were absent. 1. https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes 2. https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/
b8c9cdd to
01006ea
Compare
ligurio
added a commit
to ligurio/lunapark-corpus
that referenced
this pull request
Apr 1, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.