Files
ladybird/Kernel/VM
Andreas Kling 13a2e91fc5 Kernel: No need to use safe_memcpy() when handling an inode fault
We're copying the inode contents from a stack buffer into a page that
we just quick-mapped, so there's no reason for this memcpy() to fail.
2021-07-23 14:19:47 +02:00
..
2021-06-24 00:38:23 +02:00