comex
                                            comex
                                        
                                    I'm also seeing a reliable crash when loading a certain Mach-O dylib on 3.1.3617 (and not on 3616); let me know if more details are needed. Edit: I know more...
The updated version of the pricing page still describes ZeroTier as open source. Please fix this: the BSL is not an open source license, something which is stated by the...
Thanks for cleaning up my oversight.
`_GNU_SOURCE` does in fact add functions. If you try removing it, `asprintf` will indeed not be defined. The comment claims it's also needed for `CLOCK_MONOTONIC`… which on my machine is...
Just to note, if you use mlock, it is a blocking call, but I recognize there are reasons not to use it.
yay, Rust backwards incompatibility. I pushed a quick fix; haven't tested it though.
I don't know why you guys are trying to build my crappy old code. ;) Especially since I forgot to check in parts of it. Sorry. But since you're nice...
Can you post your copy of `./target/release/build/fmt_macho_bind-`\`/out/out.rs`?
Oh, I see. Yeah... it was probably a bad idea to have my build script use a regex to fix up bindgen's output. :) To be fair, none of the...
It's not like Spectre affects the contents of uninitialized memory or depends on reading uninitialized memory. In fact, I can't think of much connection between Spectre and uninitialized memory. They...