CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/04/01 20:04:10

Modified files:
        usr.sbin/vmd   : config.c vmd.c vmd.h 

Log message:
vmd(8): migrate vmd_vm.vm_ttyname to char array.

Other structs use a fixed length array already. This allows a vmd_vm
object to be transmitted over an ipc channel, too.

Additionally, solves a segfault caused by a strlcpy(3) in an error
path.

ok mlarkin@

Reply via email to