BUG/MEDIUM: ssl: Don't forget to initialize ctx->send_recv and ctx->recv_wait.

When creating a new ssl_sock_ctx, don't forget to initialize its send_recv
and recv_wait to NULL, or we may end up dereferencing random values, and
crash.
1 file changed