diff options
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 11 |
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 |
