dennix
dennix copied to clipboard
Do not trust pointers from userspace
Syscalls currently don't check whether pointers they were given are accessible from userspace. This is a security issue since a userspace process might overwrite kernel code and other things it should not access.