commit | df94313e0e9155eddc48f13c1a32855e50699cef | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 13 16:31:23 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 16:34:40 2022 +0200 |
tree | 6ff6afd2c14b4cf7d2e5637071af4b6eb0dca819 | |
parent | 973cf9071482c74418340c8b83ac863e0c60504a [diff] |
BUG/MEDIUM: mux-quic: fix a thinko in the latest cs/endpoint cleanup Fred & Amaury found that I messed up with qc_detach() in commit 4201ab791 ("CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint"), causing a segv in this case with endp->cs == NULL being passed to __cs_mux(). It obviously ought to have been endp->target like in other muxes. No backport needed.