mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
203d1b0208
* updated the contributor list * Fixes #1750, syz-manager hangs with "target_reboot:" false in isolated VM mode If in the isolated VM mode, "target_reboot": false option is set in the syz-manager's configuration, it hangs forever. syz-manager essentially keeps on waiting for the VM to reboot, while a reboot is never triggered due to target_reboot option being set to false. The fix is to perform the waitRebootAndSSH() check only when target_reboot is set to true. File(s) changed: vm/isolated/isolated.go: Move the waitRebootAndSSH() check inside the correct block |
||
---|---|---|
.. | ||
adb | ||
bhyve | ||
gce | ||
gvisor | ||
isolated | ||
kvm | ||
odroid | ||
qemu | ||
vmimpl | ||
vmm | ||
vm_test.go | ||
vm.go |