We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea5f28d + 12d3732 commit b84b958Copy full SHA for b84b958
src/internal.c
@@ -8353,7 +8353,7 @@ static int DoChannelOpen(WOLFSSH* ssh,
8353
static int DoChannelOpenConf(WOLFSSH* ssh,
8354
byte* buf, word32 len, word32* idx)
8355
{
8356
- WOLFSSH_CHANNEL* channel;
+ WOLFSSH_CHANNEL* channel = NULL;
8357
word32 begin, channelId, peerChannelId,
8358
peerInitialWindowSz, peerMaxPacketSz;
8359
int ret = WS_SUCCESS;
0 commit comments