commit | 81284e690837d8588a3c388a60fb72fa4c5c94a0 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Thu Jun 06 13:21:23 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Jun 06 13:21:23 2019 +0200 |
tree | 9e8ee26526371cb79a009e1361f48551a3b4469f | |
parent | 03abf2d31e1afc4fcb09f4490295437e7594c15f [diff] |
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.