jief666
jief666
The one in `initBuffer()` is better, don't you think ?
Done : #70
Sure, no, not really. I opened an issue on my own project. I don't know if you get notified when I do that.
So I'll hijack this one last time this thread to say that, if darling-dmg people are interested by new features from my project : https://github.com/jief666/hdimount/tree/wip, that's no problem. I'll do...
@LubosD : Hi, would you have few minutes to take this pull request ? And maybe tell me about this one : #84
Oups, yes. I wonder how come my compiler found them anyway ?? @tomkoen : if you prefer embedded crypto, I have embedded crypto with a openssl compatibility layer that I've...
Vendor 0x8086 (of course) Device 3165 SubDevice 4410 Name Wireless 3165 I didn't try to reproduce because it's on my main computer. Don't like too many crashes on my main...
I haven't. Because my main problem is the other one.
I know. That's why I opened 2 separated issues. But I don't much time for this issue right now.
Fix not hard, I just added `mountpoint = realpath(mountpoint, NULL);` after `mountpoint = argv[optind + 1];` NOTE : it's done by fuse when using fuse_main_real (line 127 of helper.c in...