-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn users if they are using the buggy AMI NTFS UEFI driver
* The AMI UEFI NTFS driver (v0x10000) can misread data and may produce unwarranted MD5 checksum errors, per https://github.com/pbatard/AmiNtfsBug. * Even as we do use a large read buffer to try to alleviate the issue, it is still possible that, depending on how the media was created, people may trigger the bug so we now fetch the name and version of the file system driver used to service the partition we read files from, and produce a warning if it's the AMI NTFS one. * Also make global variables more explicit by prefixing them with 'g'.
- Loading branch information
Showing
7 changed files
with
196 additions
and
88 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
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
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
Oops, something went wrong.