diff --git a/client/agent.go b/client/agent.go index c54b640..3bf0a4f 100644 --- a/client/agent.go +++ b/client/agent.go @@ -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",