-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace potentially dodgy native file system drivers instead of attem…
…pting to use them * Because of the AMI NTFS driver bug (https://github.com/pbatard/AmiNtfsBug) as well as reports of issues when using NTFS drivers different from ours, we now unconditionally try to unload any native file system driver that is servicing our target partition, so that we can replace it with one we trust. * Also make sure we reference SupportedLanguages in GetDriverName() rather than the empty string, as not all drivers produce a name when using the empty string.
- Loading branch information
Showing
1 changed file
with
54 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters