Skip to content

Fuzz specs argument for the fuzzer#73

Merged
tothtamas28 merged 2 commits intomasterfrom
fuzzer-spec-arg
May 7, 2026
Merged

Fuzz specs argument for the fuzzer#73
tothtamas28 merged 2 commits intomasterfrom
fuzzer-spec-arg

Conversation

@gtrepta
Copy link
Copy Markdown
Contributor

@gtrepta gtrepta commented May 7, 2026

This adds an argument to the fuzz target under skribe-fuzz-rs/fuzz to take a fuzz spec built from Skribe.

The argument is --fuzz-spec=<specfile> and must be passed in with the equals sign, or else libfuzzer will treat <specfile> as a positional argument.

The file contents will be deserialized into a FuzzSpec object. For now, it will just be printed out onto stdout.

@gtrepta gtrepta requested a review from tothtamas28 May 7, 2026 03:00
@tothtamas28 tothtamas28 merged commit cf3862a into master May 7, 2026
5 checks passed
@tothtamas28 tothtamas28 deleted the fuzzer-spec-arg branch May 7, 2026 09:26
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.

3 participants