1.4
·
20 commits
to uefi-driver
since this release
UEFI NTFS drivers v1.4
- This version, based on NTFS-3G 2022.10.3, includes further hardening against threats caused by maliciously tampered NTFS partitions by:
- Rejecting zero-sized runs
- Avoiding merging runlists with no runs
- It also fixes a problem identified by Joshua Machauer regarding the use of
malloc()
/calloc()
/realloc()
(#3) - The
_signed
binaries are the Secure Boot signed versions of the READ-ONLY drivers (Intended for use with the Secure Boot signed UEFI:NTFS binaries found here) - Note that the 32-bit ARM version is not Secure Boot signed, as Microsoft's current policies require additional validation for the signing of 32-bit ARM UEFI binaries.