1
0
镜像自地址 https://github.com/luanti-org/luanti.git 已同步 2025-11-04 17:25:30 +01:00

Fix CFileSystem::FileSystemType related UB (#15669)

这个提交包含在:
cosin15
2025-01-11 16:42:36 +01:00
提交者 GitHub
父节点 e5542e5b02
当前提交 37899f7a14

查看文件

@@ -91,7 +91,7 @@ public:
private:
//! Currently used FileSystemType
EFileSystemType FileSystemType;
EFileSystemType FileSystemType = FILESYSTEM_NATIVE;
//! WorkingDirectory for Native and Virtual filesystems
io::path WorkingDirectory[2];
//! currently attached ArchiveLoaders