Release of OSXFUSE 2.7.3
Posted on 01 Dec 2014
Download OSXFUSE 2.7.3
macOS 10.5 to 10.10
Intel or PowerPC
SHA1: ea3c8d17fd42dce6f5e609d1b372ed046fa31407
New Features
- Added support for Xcode 6.2
Fixes
-
Fixed race condition that can cause data corruption in case the unified buffer cache (UBC) is disabled.
If a file vnode is being looked up while another thread is extending the file, the lookup thread might override the file's new extended size. As a result the write operation might fail with EINVAL
or the file's content might become corrupted.
Tracked as issue #179: "Data corruption in files with size not aligned to 4K"