CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/12 10:18:17
Modified files:
usr.sbin/vmd : vmd.c
Log message:
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@.
