diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-execprog/execprog.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/syz-execprog/execprog.go b/tools/syz-execprog/execprog.go index 22729ee87..6c69e0ff6 100644 --- a/tools/syz-execprog/execprog.go +++ b/tools/syz-execprog/execprog.go @@ -318,6 +318,9 @@ func createConfig(target *prog.Target, features *host.Features, featuresFlags cs if features[host.FeatureExtraCoverage].Enabled { config.Flags |= ipc.FlagExtraCover } + if features[host.FeatureDelayKcovMmap].Enabled { + config.Flags |= ipc.FlagDelayKcovMmap + } if featuresFlags["tun"].Enabled && features[host.FeatureNetInjection].Enabled { config.Flags |= ipc.FlagEnableTun } |
