mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
Merge pull request #2580 from pacovn/Coverity_1424529_Dereference_after_null_check
isisd: null check (Coverity 1424529)
This commit is contained in:
commit
2587508e87
@ -1052,6 +1052,7 @@ static void lsp_build(struct isis_lsp *lsp, struct isis_area *area)
|
||||
uint8_t subtlv_len;
|
||||
|
||||
if (IS_MPLS_TE(isisMplsTE)
|
||||
&& circuit->interface != NULL
|
||||
&& HAS_LINK_PARAMS(
|
||||
circuit->interface))
|
||||
/* Update Local and Remote IP
|
||||
|
Loading…
Reference in New Issue
Block a user