CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/20 11:37:10
Modified files:
usr.sbin/vmd : vmd.c
Log message:
vmd(8): validate memory ranges in vmd before vmm(4).
While vmm(4) does its own check on the number of memory ranges, do
the check in vmd(8) to fail fast and provide feedback to the user.
Report and diff by Andrew Griffiths.
ok @hshoexer
