mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +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);
|
||||
}
|
||||
|
||||
if (fabricd_init_c) {
|
||||
if (fabricd_init_c && lsp) {
|
||||
fabricd_sync_incomplete |=
|
||||
ISIS_CHECK_FLAG(lsp->SSNflags,
|
||||
fabricd_init_c);
|
||||
|
Loading…
Reference in New Issue
Block a user