mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
This invokes clock_gettime, but uses a timespec from the heap instead of the stack. It appears to be successful for me on x86-64 GNU/Linux. This rules out one possible cause of the error reported in #310: I was worried that an address from the range occupied by the heap might somehow be corrupted by the syscall variadic argument de-mangling, but that looks like it is not the case.
2 lines
35 B
Plaintext
2 lines
35 B
Plaintext
FAKETIME 2020-02-02 02:02:02+00:00
|