From 203d1b02082d7c424c5441c4a15d5525ac71a3ff Mon Sep 17 00:00:00 2001 From: Dipanjan Das <8354664+holmessherlock@users.noreply.github.com> Date: Thu, 21 May 2020 02:08:32 -0500 Subject: vm/isolated: fix hang when target_reboot is not set * 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 --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c920f99fe..a1e8a1f3f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -57,3 +57,4 @@ Ethercflow Christoph Paasch Collabora André Almeida +Dipanjan Das -- cgit mrf-deployment