mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix Xbox FAT directory traversal.
This commit is contained in:
@@ -55,9 +55,9 @@ namespace DiscImageChef.Filesystems.FATX
|
||||
bool mounted;
|
||||
Dictionary<string, DirectoryEntry> rootDirectory;
|
||||
uint sectorsPerCluster;
|
||||
FileSystemInfo stat;
|
||||
FileSystemInfo statfs;
|
||||
Superblock superblock;
|
||||
|
||||
Superblock superblock;
|
||||
public FileSystemType XmlFsType { get; private set; }
|
||||
public Encoding Encoding { get; private set; }
|
||||
public string Name => "FATX Filesystem Plugin";
|
||||
|
||||
Reference in New Issue
Block a user