Files
libfaketime/test
Andrij Abyzov e21bf3017a Fix cross-arch shared memory struct layout and ftruncate/munmap sizes
Replace struct timespec (arch-dependent long/time_t) with fixed-width
int64_t pairs in ft_shared_s so that 32-bit and 64-bit processes
interpret the same shared memory layout identically.

Fix ftruncate calls that allocated sizeof(uint64_t) (8 bytes) instead
of sizeof(struct ft_shared_s) (64-80 bytes) for the shared memory
region. Fix munmap in ft_cleanup using the wrong size.

Add struct layout test and cross-process shared memory functional test.
2026-01-26 13:31:55 +01:00
..
2025-11-08 17:28:48 +01:00
2019-11-30 09:36:46 +01:00
2018-01-16 14:21:36 -05:00
2019-11-30 09:36:46 +01:00
2022-05-09 13:53:51 +02:00