CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2020/03/16 02:21:16
Modified files: sys/arch/amd64/amd64: vmm.c Log message: Make the check for vmm_softc->mode exhaustive and return an error when not running on a supported mode. This matches code elsewhere in the file and prevents using the uninitialized vrs later in the function. Coverity CID 148078 as discussed with mike larkin