Files
ladybird/Kernel/VM/MemoryManager.cpp
Andreas Kling 62c45850e1 Kernel: Page allocation should not use memset_user() when zeroing
We're not zeroing new pages through a userspace address, so this should
not use memset_user().
2020-01-10 10:57:33 +01:00

24 KiB