mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
Merge pull request #428 from qlyoung/fix-isis-mt
isisd: fix uninitialized pointer
This commit is contained in:
commit
e81b861617
@ -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