aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source0.c.json
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 /pkg/codesearch/testdata/source0.c.json
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 'pkg/codesearch/testdata/source0.c.json')
0 files changed, 0 insertions, 0 deletions