CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/04/28 15:22:20
Modified files: usr.sbin/vmd : parse.y Log message: vmd(8): fix specifying boot image in vm.conf Previous change to allow overriding changed the way we parsed and stored the boot image path. The lifetime of the path was...much too short. Heap allocate the kernel path. Found by Mischa Peters. ok mlarkin@