HomeFreeBSD

Checks here against useracc are not useful and are racy.

Description

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

Details

Provenance
impAuthored on
Parents
rS359901: Remove stale comment
Branches
Unknown
Tags
Unknown