commit | 6377a0004fa25cc58a0e338a13012d3cf9416ef7 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Dec 01 22:04:05 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 03 08:13:22 2017 +0100 |
tree | 2f0bd2f13242d0ffe36300be7ca0f7e8ea38d25e | |
parent | 57dc2830144bcd5b8cd16beb16679689d6f9f711 [diff] |
BUG/MEDIUM: checks: Be sure we have a mux if we created a cs. In connect_conn_chk(), there were one case we could return with a new conn_stream created, but no mux attached. With no mux, cs_destroy() would segfault. Fix that by setting the mux before we can fail. This should be backported to 1.8.