CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 08:25:05
Modified files:
usr.sbin/vmd : vmm.c
Log message:
Try to handle possible vm_register() failures and return an error back
to the caller instead of most probably crashing because of a NULL pointer
access. This fixes also another -Wunused-but-set-variable warning.
OK benno@ dv@
