Skip to content

Fix: separate fuzzing targets' coverage artifacts#181

Merged
louismerlin merged 1 commit into
mainfrom
coverage-dir
Jun 25, 2026
Merged

Fix: separate fuzzing targets' coverage artifacts#181
louismerlin merged 1 commit into
mainfrom
coverage-dir

Conversation

@chris-srlabs

Copy link
Copy Markdown
Collaborator

In the workspace, profraw files would land in the same directory (even for different binaries that are fuzzed).
This can cause problems when keeping old profiles around, or invoking the cover subcommand concurrently. Make the coverage worker more robust by using an analogous approach, however we track the already profiled seeds.

In the workspace, profraw files would land in the same directory (even
for different binaries that are fuzzed).
This can cause problems when keeping old profiles around, or invoking
the cover subcommand concurrently. Make the coverage worker more robust by
using an analogous approach, however we track the already profiled seeds.
@louismerlin louismerlin merged commit ec1426f into main Jun 25, 2026
4 checks passed
@louismerlin louismerlin deleted the coverage-dir branch June 25, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants