mirror of https://github.com/wolfSSL/wolfssh.git
Customer reported possible unitialized usage
parent
ea5f28d943
commit
12d37328ac
|
@ -8353,7 +8353,7 @@ static int DoChannelOpen(WOLFSSH* ssh,
|
|||
static int DoChannelOpenConf(WOLFSSH* ssh,
|
||||
byte* buf, word32 len, word32* idx)
|
||||
{
|
||||
WOLFSSH_CHANNEL* channel;
|
||||
WOLFSSH_CHANNEL* channel = NULL;
|
||||
word32 begin, channelId, peerChannelId,
|
||||
peerInitialWindowSz, peerMaxPacketSz;
|
||||
int ret = WS_SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue