Bug #2154
vkernel copyout() doesn't return EFAULT on error
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
copyout() is documented as returning 0 or EFAULT; the vkernel version doesn't do
so, it returns a VM error code, which needs translating.