CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2016/05/28 09:46:43
Modified files: sbin/disklabel : disklabel.c Log message: Hoist the opendev() call before the pledge because it can ioctl() when the provided path is bogus or not a device. ok deraadt