Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer.
Raw memset is relatively easy to mess up, avoid it when there are
better alternatives provided by the compiler in modern C++.
2021-02-21 11:52:47 +01:00

56 KiB