mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +00:00
isisd: fix uninitialized pointer
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
ed8ba2e920
commit
11dde3fa02
@ -399,7 +399,7 @@ tlvs_to_adj_mt_set(struct tlvs *tlvs, bool v4_usable, bool v6_usable,
|
|||||||
|
|
||||||
unsigned int intersect_count = 0;
|
unsigned int intersect_count = 0;
|
||||||
|
|
||||||
uint16_t *old_mt_set;
|
uint16_t *old_mt_set = NULL;
|
||||||
unsigned int old_mt_count;
|
unsigned int old_mt_count;
|
||||||
|
|
||||||
old_mt_count = adj->mt_count;
|
old_mt_count = adj->mt_count;
|
||||||
|
Loading…
Reference in New Issue
Block a user