diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-05-16 12:56:43 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-16 15:38:27 +0000 |
| commit | 19e202fa8a3722f5c90ed5847edb5aeabdd5f38f (patch) | |
| tree | a528875b3c3c531b43d5a184f83ec1a04c213914 /pkg/vminfo/features.go | |
| parent | e072baa2563542356ae03ad6f2057ad143979f18 (diff) | |
pkg/fuzzer: manipulate ipc.ExecOpts
There's no need in duplicating the signal, coverage, hints flags.
Diffstat (limited to 'pkg/vminfo/features.go')
| -rw-r--r-- | pkg/vminfo/features.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vminfo/features.go b/pkg/vminfo/features.go index fb443774c..4a499c1e0 100644 --- a/pkg/vminfo/features.go +++ b/pkg/vminfo/features.go @@ -56,7 +56,7 @@ func (ctx *checkContext) startFeaturesCheck() { Prog: testProg, ReturnOutput: true, ReturnError: true, - ExecOpts: &ipc.ExecOpts{ + ExecOpts: ipc.ExecOpts{ EnvFlags: envFlags, ExecFlags: execFlags, SandboxArg: ctx.cfg.SandboxArg, |
