summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isisd/isisd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index bdc5edf201..6c1308af0a 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -2174,7 +2174,7 @@ struct isis_lsp *lsp_for_sysid(struct lspdb_head *head, const char *sysid_str,
struct isis *isis)
{
char sysid[255] = {0};
- uint8_t number[3];
+ uint8_t number[3] = {0};
const char *pos;
uint8_t lspid[ISIS_SYS_ID_LEN + 2] = {0};
struct isis_dynhn *dynhn;