mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
Merge pull request #3056 from pacovn/Coverity_1473285_Explicit_null_dereferenced
isisd: null check (Coverity 1473285)
This commit is contained in:
commit
7c12afcf80
@ -1905,7 +1905,7 @@ int lsp_tick(struct thread *thread)
|
|||||||
dnode);
|
dnode);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fabricd_init_c) {
|
if (fabricd_init_c && lsp) {
|
||||||
fabricd_sync_incomplete |=
|
fabricd_sync_incomplete |=
|
||||||
ISIS_CHECK_FLAG(lsp->SSNflags,
|
ISIS_CHECK_FLAG(lsp->SSNflags,
|
||||||
fabricd_init_c);
|
fabricd_init_c);
|
||||||
|
Loading…
Reference in New Issue
Block a user