commit | e4185276da68ab7bb5b078e83a4830844cc4eef0 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jun 02 16:56:16 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 05 08:44:03 2023 +0200 |
tree | d2c1f85122692afd5803e8a0a8754012db311ba9 | |
parent | d7f1ce40a90dad87222347416340d9f55758321b [diff] |
BUG/MINOR: quic: Possible crash when SSL session init fails This is due to the fact that qc->conn is never initialized before calling qc_ssl_sess_init(). Must be backported as far as 2.6. (cherry picked from commit 29a1d3679b704766eccd4935a4b7ff8fd16f7190) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>