]> git.proxmox.com Git - mirror_frr.git/commit
isisd: fix time truncation on display
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 23 Jan 2023 11:16:39 +0000 (08:16 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 23 Jan 2023 11:16:39 +0000 (08:16 -0300)
commit5d543b3fd26c66af0d66306a737e91a875fc9898
tree561dd95de9c9016e990368eb7df710a8f24d68bf
parent23acae3b87603b135465482f540066858166006b
isisd: fix time truncation on display

Use a larger storage to keep the `time_t` that is platform agnostic and
use the appropriated printing primitive.

Found by Coverity Scan (CID 1519793)

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
isisd/isis_spf.c