jief666
jief666
Sure, I'd like that too. My point is NOT to get away from darling-dmg. I just wanted to commit something so they can see what they want (and how I...
I also saw that they never took your pull request about encryption, so they maybe not interested by that.
I think tomkoen started from https://github.com/sgan81/apfs-fuse/blob/master/ApfsLib/DeviceDMG.cpp. I've merge something I already had and his version to make an EncryptedFileReader that support openssl. If you take it, I suppose the original...
@tomkoen , Hi, here is an updated version (in branch wip). It include Sparsebundle and encryption, APFS. In case you wonder, the goal of this project is not to fork...
I've just tried and it doesn't crash.
Yes, I wrote earlier too quick. Seems that vector index out of bounds is undefined. Clang seems to return NULL, which, by coincidence, works well here. Must be corrected, yes....
Which platform/compiler do you use ?
I prefer things not to silently fail. Allowing an index out of bounds, at least in debug mode, is annoying. At least VC crash !
HI @LubosD and @bugaevc. Should we do a pull request for this, so it's quicker for you ? I'm trained with pull requests, so I can do that :-)
Which fix do you prefer ? In `void initFromBuffer()` like tomkoen proposed, or in `HFSBTreeNode& operator=(const HFSBTreeNode& that)`