Warner Losh ab485b018a Checks here against useracc are not useful and are racy.
copyin/copyout are sufficient to guard against bad addresses. They will return
EFAULT if the user is up to no good (by choice or ignorance). There's no point
in checking, since it doesn't even improve the error messages.

Noticed by: jhb
Reviewed by: brooks, jhb
2020-04-13 21:04:33 +00:00
..
2020-03-20 16:15:45 +00:00
2020-03-20 16:15:45 +00:00
2017-12-06 23:05:22 +00:00