FRRouting / frr

The FRRouting Protocol Suite

Home Page:https://frrouting.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFAPI code needs changes for 64-bit time_t

eqvinox opened this issue · comments

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…