Skip to content
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

Add user args to libfuzzer corpus merging #47

Merged
merged 1 commit into from Oct 4, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add user args to corpus merging

  • Loading branch information
bayandin committed Oct 4, 2019
commit 2c63ddc27cabf5a6a2cc5f2a0d315f9002b8eb61
@@ -118,6 +118,9 @@ func (c *FuzzitClient) runlibFuzzerMerge() error {
"merge",
"corpus",
}
if c.currentJob.Args != "" {
args = append(args, splitAndRemoveEmpty(c.currentJob.Args, " ")...)
}

log.Println("Running merge with: ./fuzzer " + strings.Join(args, " "))
cmd := exec.Command("./fuzzer",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.