Bring in FreeBSD/1.177 - fix a bug in a call made to useracc(). This
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Sep 2007 17:32:32 +0000 (17:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Sep 2007 17:32:32 +0000 (17:32 +0000)
commit9328e781976f0c74899979d0bc76506447f4a2ee
tree0531cf8a8faecbfd326f98c2b52631835c67c814
parent5dc9176570647522ac0b2cc2e6589656a497f869
Bring in FreeBSD/1.177 - fix a bug in a call made to useracc().  This
permissions check is redundant since copyin/copyout also perform a
validation so there is no known security issue.

Reported-by: "Constantine A. Murenin" <cnst@FreeBSD.org>
Obtained-from: FreeBSD
sys/kern/kern_sysctl.c