Alan Somers
Alan Somers
> I do not know if you can match the glibc version when building the crate but it's a must to support both old glibc and new We can't, because...
I didn't realize that glibc used versioned symbols. But if if does, then that's definitely the best solution. You need to make a PR to https://github.com/rust-lang/libc to add `#[link_name]` attributes...
> yes please, that would be helpful! Programming is hard enough, even when using one's native tongue. I'm happy to help. I suggest: ``` fusefs: Upgrade FUSE protocol to version...
Merged in 6b8f0b47776bac6e4d2b7e4cfcecea485e4d91f9
That's an excellent question. I myself have marked a function as `unsafe` for doing the same thing: https://docs.rs/capsicum/latest/capsicum/casper/struct.Casper.html#method.new . But it's not totally clear to me that that's correct. You...
Good find. Would you care to submit a patch?
Yes, that could technically produce the wrong result if the user supplies a slice with billions of groups. Or, if he finds some kind of 16-bit platform that supports Rust.
What is the Self type in your example? Why is the `sa_len` field too small? Is `sockaddr_dl` not the right struct to use on NetBSD?
> @asomers hmm, it seems like there's an assertion failure in the tests. Do you know what's up with that? The assertion only triggers on Linux, which is why I...
Yes, the kernel sends FUSE_DESTROY after the unmount.