aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test_linux.h
diff options
context:
space:
mode:
authorYuan Tan <ytan089@ucr.edu>2026-01-27 23:04:58 +0000
committerAleksandr Nogikh <nogikh@google.com>2026-01-28 10:19:47 +0000
commit004c195c04b03dc0333690d4eef6f935ab80f739 (patch)
treeb9e270991f891196b744c491221a58f0b63c665f /executor/test_linux.h
parent1f9bbf063e99aac78aa1a219d17265358d20c6c8 (diff)
vm/qemu: fix sshArgs passing user instead of key
The sshArgs function was incorrectly passing inst.User (username) to vmimpl.SSHArgs instead of inst.Key (SSH key path). This bug was not discovered during normal fuzzing because sshArgs() is only called via ssh(), which is only used by the Diagnose() function for crash diagnosis. The main fuzzing operations (Copy and Run) construct their SSH arguments directly using vmimpl.SCPArgs and vmimpl.SSHArgsForward with the correct inst.Key parameter.
Diffstat (limited to 'executor/test_linux.h')
0 files changed, 0 insertions, 0 deletions