Set initial value to NULL for two variables

pull/324/head
Daniele Lacamera 2021-02-16 13:02:45 +01:00
parent 5a4f31fb60
commit 4e76f3dd72
1 changed files with 2 additions and 2 deletions

View File

@ -1379,8 +1379,8 @@ int wolfSSH_ReadKey_buffer(const byte* in, word32 inSz, int format,
if (format == WOLFSSH_FORMAT_SSH) {
char* c;
char* last;
char* type;
char* key;
char* type = NULL;
char* key = NULL;
/*
SSH format is: