K 10 svn:author V 6 brooks K 8 svn:date V 27 2020-05-06T17:42:36.011758Z K 7 svn:log V 289 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 END