Age | Commit message (Collapse) | Author |
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Use signal_raise(NULL, SIGSEGV) instead
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
This commit adds two new functions, copyin() and copyout() for kernel to
userspace access and vice versa. These functions ensure the userspace address
being accessed actually belongs to the process running by performing address range
checks, thereby preventing bad addresses being passed to syscalls.
Signed-off-by: Ian Moffett <ian@osmora.org>
|