commit | 12ffab03b6b911f4a60871b098656a29253e0e9b | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Feb 14 13:23:45 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Fri Feb 14 13:28:38 2020 +0100 |
tree | 567e4a907400bc61996dcbb550c0f5e7ef5677fb | |
parent | f7dcdc8a6f63b172360019beb6e1e22e7c98f17d [diff] |
BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. When calling the mux "destroy" method, the argument should be the mux context, not the connection. In a few instances in the mux code, the connection was used (mainly when the session wouldn't handle the idle connection, and the server pool was fool), and that could lead to random segfaults. This should be backported to 2.1, 2.0, and 1.9