CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/08/29 12:01:32
Modified files: usr.sbin/vmd : virtio.c Log message: Mask viornd descriptor value to prevent out of bound reads. viornd did not mask the descriptor value in the avialable ring allowing guest values to read past the end of the descriptor table. While here, change fatal to fatalx because errno is not set. Reported by Ilja van Sprundel ok mlarkin@