aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/patching/patching.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-02-05 14:52:54 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-02-06 09:29:18 +0000
commit04f20e27d89a599725baf1048aba0db288c01153 (patch)
tree2c2ee1845dcf5cdb154bd2c85a0c92ec8e6b9dea /pkg/aflow/flow/patching/patching.go
parentfd36daf55d7f9e8ab412fcbf0441658a8d8be727 (diff)
syz-agent: wipe codesearch binary
Now it's compiled into the syz-agent binary itself.
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
-rw-r--r--pkg/aflow/flow/patching/patching.go11
1 files changed, 5 insertions, 6 deletions
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