Merge pull request #262 from JacobBarthelmeh/fuzz

initialize list values
pull/264/head
John Safranek 2020-07-02 15:02:33 -07:00 committed by GitHub
commit a4c1cb460b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;