forked from Bananymous/banan-os
Bananymous
df260fe0e8
This fixes a bug where userspace provided address is not fully mapped and the kernel tries to read/write it while using PageTable fast page. In the future userspace input should be copied on syscall entry, so userspace could not modify the input during syscall. Currently there is change that userspace input passes kernel syscall validation and after that userspace could modify the input before the value is actually used. |
||
---|---|---|
.. | ||
arch | ||
font | ||
include/kernel | ||
kernel | ||
klibc | ||
CMakeLists.txt | ||
icxxabi.cpp | ||
ubsan.cpp |