OpenBSD cvs log

created 2020-02-15T21:26:04Z
begin 2020-02-11T00:00:00Z
end 2020-02-12T00:00:00Z
path src/sys
commits 1

date 2020-02-11T16:02:39Z
author deraadt
files src/sys/kern/kern_pledge.c log diff annotate
message the pledge_ioctl() rule checker is written in a style which could read
ps_pledge more than once. That will cause problems if sys_ioctl is
changed to be unlocked (in at least some cases), so switch to a read-once
local variable.
discussed with a few, ok mpi