commit | 9979d0d1eafd2d0af9aeb347503da5da7eb3a11c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 16:32:24 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 23 16:33:47 2021 +0100 |
tree | bdfea085c1a55734e12bc37beb283c9a414ece95 | |
parent | c6fab98f9b6a9c3d416145cee9cb31f1882d6add [diff] |
BUG/MINOR: quic: fix potential use of uninit pointer Properly initialized the ssl_sock_ctx pointer in qc_conn_init. This is required to avoid to set an undefined pointer in qc.xprt_ctx if argument *xprt_ctx is NULL.