dkg
dkg
If bindgen does make this change, then it'll cause another API change in downstream projects that were already using bindgen between 0.53 and 0.55 that have not explicitly set `size_t_is_usize(true)`...
I've separated out the idea of doing a check (failing with an error) as a different ticket (#1903), so that this ticket can focus specifically on changing the default.
But i do want an away log -- i like the feature, and the reminders when i get back from being away. i just don't want it written to the...
sure, there are lots of ways that this can be done, especially when the user has root control over their computer and technical sophistication. I want irssi to be more...
anything would be better than the current situation, even if the user has to add a configuration setting to impose a sensible data retention policy. at the moment, there's no...
If the memory area is protected by gpgsm, when libfaketime *doesn't* intercept it should fail too, though, right? it occurred to me that maybe the syscall argument mangling/demangling was failing...
thanks for the extra debugging, @wolfcw -- i admit that i'm in over my head here. [debian's platform guide](https://wiki.debian.org/ArchitectureSpecificsMemo#Summary) suggests that every platform in debian treats `long` as the same...
Ah! i found the problem with my attempt at testing the syscall passthrough, which is that we were diverting `syscall(__NR_clock_gettime)` to `real_clock_gettime` instead of passing it through to `real_syscall`. with...
The more i think about this, the more i think it has to do with reversing `va_arg` and less to do with `syscall` specifically. This is because `syscall` itself is...
as noted on #313, all of the debian 32-bit architectures fail the `confim_variadic_promotion` test *except* for `i386`. I tried to do some experimentation on [`abel,debian.org`](https://db.debian.org/machines.cgi?host=abel), an `armhf` (32-bit arm with...