Files
ladybird/Kernel/Ext2FileSystem.cpp
Andreas Kling d218686c0a Ext2FS: Don't copy more than sizeof(ext2_inode) bytes of raw inode data.
Some file systems have inodes larger than sizeof(ext2_inode) so this would
stomp all over unrelated data.
2019-02-24 14:24:04 +01:00

45 KiB