HomeFreeBSD

MFC r359974:

Description

MFC r359974:

Don't directly access userspace memory.

Rather then using the racy useracc() followed by direct access to
userspace memory, perform a copyin() and use the result if it succeeds.

Reviewed by: jhb
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D24410

Details

Provenance
brooksAuthored on
Reviewer
jhb
Differential Revision
D24410: Don't directly access userspace memory.
Parents
rS360694: Fix misleading indentation warning:
Branches
Unknown
Tags
Unknown