initialize list values

pull/262/head
Jacob Barthelmeh 2020-07-01 17:28:14 -06:00
parent 40b079e284
commit f94fe4f5a6
1 changed files with 1 additions and 1 deletions

View File

@ -2027,7 +2027,7 @@ static int DoKexInit(WOLFSSH* ssh, byte* buf, word32 len, word32* idx)
int ret = WS_SUCCESS;
int side;
byte algoId;
byte list[6];
byte list[6] = {0};
word32 listSz;
word32 skipSz;
word32 begin;