Rather then using the racy useracc() followed by direct access to userspace
memory, perform a copyin() and use the result if it succeeds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Yeah, I'm not convinced this should even exist, but making it less lame seemed like a good idea even if we remove it. Sorry I raced your review with my commit.
There's one more useracc in this file that I don't understand yet.