mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
ospfd: null check (Coverity 23110)
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
71a7b1f82f
commit
4adf00f765
@ -1753,6 +1753,7 @@ struct ospf_lsa *ospf_apiserver_lsa_refresher(struct ospf_lsa *lsa)
|
||||
dump_lsa_key(lsa));
|
||||
lsa->data->ls_age =
|
||||
htons(OSPF_LSA_MAXAGE); /* Flush it anyway. */
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (IS_LSA_MAXAGE(lsa)) {
|
||||
|
Loading…
Reference in New Issue
Block a user