commit | 4af6595d41f99dd9fdbe33ce52350a557f22dc34 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 11:06:15 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 11:08:17 2022 +0100 |
tree | cdee7b5da8ea4ee007a2c2b83055d7fd15a56b0f | |
parent | 8524f0f779858cf53ee621635e28edfbcae7c0ba [diff] |
BUG/MEDIUM: quic: fix crash on CC if mux not present If a CONNECTION_CLOSE is received during handshake or after mux release, a segfault happens due to invalid dereferencement of qc->qcc. Check mux_state first to prevent this.