CVS: cvs.openbsd.org: src

Dave Voutila <[email protected]> Mon, 20 Jul 2026 11:37:10 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
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