CVS: cvs.openbsd.org: src

Dave Voutila <[email protected]> Tue, 21 Jul 2026 14:20:11 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/21 14:20:11

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

Log message:
vmd(8): check for under reads/writes when copying qcow2 clusters.

Report and original diff by Andrew Griffiths. Corrected to handle
logging when errno was not set by pread(2)/pwrite(2).

ok hshoexer@, mlarkin@, bluhm@