CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2024/02/04 07:56:45
Modified files: usr.sbin/vmd : vmd.c Log message: Prevent null pointer deref is vm isn't found. This area of code in vmd(8) is suspect, but the null dereference is easily avoided. Found by smatch, reported by and ok jsg@