From 04f20e27d89a599725baf1048aba0db288c01153 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 5 Feb 2026 14:52:54 +0100 Subject: syz-agent: wipe codesearch binary Now it's compiled into the syz-agent binary itself. --- pkg/aflow/flow/patching/patching.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pkg/aflow/flow/patching/patching.go') diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index 4239a7831..5775a2092 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -18,12 +18,11 @@ import ( ) type Inputs struct { - ReproOpts string - ReproSyz string - ReproC string - KernelConfig string - SyzkallerCommit string - CodesearchToolBin string + ReproOpts string + ReproSyz string + ReproC string + KernelConfig string + SyzkallerCommit string // Same as in the manager config. Syzkaller string -- cgit mrf-deployment