darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
278 stars 45 forks source link

Fix disk image mounting problems #99

Closed mrolappe closed 1 year ago

mrolappe commented 1 year ago

This fixes many (most?) of the problems encountered when mounting certain disk images using hdiutil within a Darling instance.

The root problem is the base 64 decoder (provided by SSL library) getting confused by lines with trailing whitespace. Interestingly, the issue only seems to affect the Darling side, due to using a different SSL library.