RFAPI code needs changes for 64-bit time_t
eqvinox opened this issue · comments
David Lamparter commented
With 64bit time_t
(cf. #15881), it is no longer possible to store a timestamp (64bit) in a pointer (32bit).
The RFAPI code does this:
Line 1797 in 65c3b1e
This needs to be fixed. Considering the "relative quiet" (all recent changes seem to be fixes to go along with refactors elsewhere, or the occasional memleak fix) in RFAPI, someone from LabN probably needs to step up to do this…