CVS: cvs.openbsd.org: src

Dave Voutila <[email protected]> Wed, 29 Jul 2026 13:52:49 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/29 13:52:49

Modified files:
	usr.sbin/vmd   : vioqcow2.c 

Log message:
vmd(8): restrict qcow2 cluster shifts at parse time.

Qcow2 minimum is 9 (512 bytes). Cap a maximum at 21 (2 MiB).

Report and diff by Andrew Griffiths.

ok hshoexer@