aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-diff/diff.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-diff/diff.go')
-rw-r--r--tools/syz-diff/diff.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/syz-diff/diff.go b/tools/syz-diff/diff.go
index f28421dc9..c77728d4a 100644
--- a/tools/syz-diff/diff.go
+++ b/tools/syz-diff/diff.go
@@ -48,8 +48,8 @@ func main() {
ctx := vm.ShutdownCtx()
err = manager.RunDiffFuzzer(ctx, baseCfg, newCfg, manager.DiffFuzzerConfig{
- ArtifactsDir: newCfg.Workdir,
- Debug: *flagDebug,
+ Store: &manager.DiffFuzzerStore{BasePath: newCfg.Workdir},
+ Debug: *flagDebug,
})
if err != nil {
log.Fatal(err)