aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kfuzztest-executor/executor.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-12-29 10:57:44 +0100
committerDmitry Vyukov <dvyukov@google.com>2025-12-29 10:40:10 +0000
commitf2002a20b29a753c857b8ba5134836ad7a20b9f7 (patch)
tree2c6d485414616429f54317f9fd6f7c4082f0ad6a /pkg/kfuzztest-executor/executor.go
parent5dc09de14fb47240806b1269b9704a64c2fd17f9 (diff)
pkg/instance: fix 386 repros/jobs
All repros and jobs that use syz rerpos are broken for linux/amd64/386 since Mar 2022 with: SYZFAIL: failed to recv rpc aborting RPC server: mismatching manager/executor arches: amd64 vs 386 The problem is that ExecProgInstance.RunSyzProgFile passes sysTarget.Arch (which is VMArch) to syz-execprog, so it expects executor to be amd64. Restore the orignal logic.
Diffstat (limited to 'pkg/kfuzztest-executor/executor.go')
0 files changed, 0 insertions, 0 deletions