Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFAPI code needs changes for 64-bit time_t #15887

Open
eqvinox opened this issue Apr 30, 2024 · 0 comments
Open

RFAPI code needs changes for 64-bit time_t #15887

eqvinox opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@eqvinox
Copy link
Contributor

eqvinox commented Apr 30, 2024

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:

prefix_time = (time_t)trn->info;

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants