]> git.proxmox.com Git - mirror_frr.git/commit
ospfd, ospf6d: fix time_t truncation
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 30 May 2023 22:41:39 +0000 (19:41 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 30 May 2023 22:47:28 +0000 (19:47 -0300)
commit2882096fad0b98c051551574195c6d062d8b9624
treee6065c263f566c49b2a16924ef0a36b37f5c2e3f
parent147c7a2de355c3733604474840902762b51062ae
ospfd, ospf6d: fix time_t truncation

Change timestamp parameter from int to time_t to avoid truncation.

Found by Coverity Scan (CID 1563226 and 1563222)

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospf6d/ospf6_gr.c
ospf6d/ospf6_gr.h
ospfd/ospf_gr.c
ospfd/ospf_gr.h