vmd(8): fix segfault on vm creation.
authordv <dv@openbsd.org>
Fri, 12 May 2023 16:18:17 +0000 (16:18 +0000)
committerdv <dv@openbsd.org>
Fri, 12 May 2023 16:18:17 +0000 (16:18 +0000)
commit96788695d6b457a05659951474844e2e83f479a8
treeb3e03505d5ef228682788517e3906eff21364abf
parent4ff80aa38f7f2bdfc34fd1c72ee66e90ce19d4ad
vmd(8): fix segfault on vm creation.

vm_instance was using the wrong vm instance for checking the
vm_kernel_path member. Switch to using the value from the parent
vm instance in the check for if a kernel is known.

Issue reported by kn@. OK mlarkin@, kn@.
usr.sbin/vmd/vmd.c