diff --git a/src/internal.c b/src/internal.c index 19257e5e9..f8655af49 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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;