You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClusterFuzzLite uses a Git repo for 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
0 commit comments