]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Don't forget to initialize ctx->send_recv and ctx->recv_wait.
authorOlivier Houchard <cognet@ci0.org>
Thu, 6 Jun 2019 11:21:23 +0000 (13:21 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 6 Jun 2019 11:21:23 +0000 (13:21 +0200)
commit81284e690837d8588a3c388a60fb72fa4c5c94a0
tree9e8ee26526371cb79a009e1361f48551a3b4469f
parent03abf2d31e1afc4fcb09f4490295437e7594c15f
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.
src/ssl_sock.c