K 10 svn:author V 4 khng K 8 svn:date V 27 2021-08-27T12:47:52.555260Z K 7 svn:log V 583 vmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1 In hw.vmm.create sysctl handler the maximum length of vm name is VM_MAX_NAMELEN. However in vm_create() the maximum length allowed is only VM_MAX_NAMELEN - 1 chars. Bump the length of the internal buffer to allow the length of VM_MAX_NAMELEN for vm name. Reviewed by: grehan Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31372 (cherry picked from commit df95cc76affbbf114c9ff2e4ee011b6f162aa8bd) Git Hash: 74ef8d180fb0f063fffc63b7100073c1a43f8bf6 Git Author: khng@FreeBSD.org END