镜像自地址
https://github.com/luanti-org/luanti.git
已同步 2025-11-04 17:25:30 +01:00
Fix CFileSystem::FileSystemType related UB (#15669)
这个提交包含在:
@@ -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
|
||||
|
||||
在新工单中引用
屏蔽一个用户