Bug #2154
vkernel copyout() doesn't return EFAULT on error
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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.
Related todos