CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/01/25 05:44:17
Modified files: sys/arch/amd64/amd64: vmm.c Log message: Zero when malloc'ing a buffer to be copyed out to userland to avoid an information leak when not all of the buffer is written to. ok mlarkin@