Willy Tarreau 33dd4ef812 BUG/MINOR: backend: check that the mux installed properly
The return value from conn_install_mux() was not checked, so if an
inconsistency happens in the code, or a memory allocation fails while
initializing the mux, we can crash while using an uninitialized mux.
In practice the code inconsistency does not really happen since we
cannot configure such a situation, except during development, but
the out of memory condition could definitely happen.

This should be backported to 1.8 (the code is a bit different there,
there are two calls to conn_install_mux()).
2018-10-03 10:24:05 +02:00
..
2018-09-14 09:31:34 +02:00
2018-09-12 07:20:17 +02:00
2017-10-25 04:45:48 +02:00
2018-09-12 07:20:17 +02:00
2016-04-03 14:17:42 +02:00