Files
ladybird/Kernel/FileSystem
r-paiva 293a5c2b49 Kernel-VFS: Fixed kernel crash if parent custody is null
In VFS::rename, if new_path is equal to '/', then, parent custody is
set to null.
VFS::rename would then use parent custody without checking it first.

Fixed VFS::rename to check both old and new path parent custody
before actually using them.
2021-05-08 15:22:47 +02:00
..
2021-04-23 16:46:57 +02:00
2021-04-23 16:46:57 +02:00
2021-05-05 21:07:13 +02:00