BUG/MINOR: quic: Possible crash when SSL session init fails
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 2 Jun 2023 14:56:16 +0000 (16:56 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 2 Jun 2023 16:12:48 +0000 (18:12 +0200)
commit29a1d3679b704766eccd4935a4b7ff8fd16f7190
treef10266c0b4f6e24f6a9ebe46af1f35221d02c366
parent4ad1c9635a9cbffbd4fd89bd7b3f013d01cadbeb
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.
src/quic_conn.c