CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/05/28 16:26:13
Modified files: sbin/pdisk : pdisk.c Log message: Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is called in order to avoid a pledge crash with 'pdisk /dev/tty'. Only the pledge "stdio" right after the ioctl remains. ok krw