commit | 2d0f873cd8011edd819d3192c9fc3723f732b85e | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 03 18:04:24 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Mar 03 18:09:37 2022 +0100 |
tree | d8467665b73ac075cda03b3f33956d044cd627ba | |
parent | c48c8b8701b9f05dc67633d3a4e2335e0d17c2a4 [diff] |
BUG/MINOR: quic: fix segfault on CC if mux uninitialized A segfault happens when receiving a CONNECTION_CLOSE during handshake. This is because the mux is not initialized at this stage but the transport layer dereferences it. Fix this by ensuring that the MUX is initialized before. Thanks to Willy for his help on this one. Welcome in the QUIC-men team !