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.
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.