commit | 61840e715f37b71c4b30d68b8b2e79106a3799dc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 15 09:33:32 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 15 09:47:10 2019 +0200 |
tree | 91bc59b8b86f49999e52147a08ab2ac22a02e741 | |
parent | 78f31bf07aa2291ab8368d5ad54107577b992d50 [diff] |
BUG/MEDIUM: muxes: Don't dereference mux context if null in release functions When a mux context is released, we must be sure it exists before dereferencing it. The bug was introduced in the commit 39a96ee16 ("MEDIUM: muxes: Be prepared to don't own connection during the release"). No need to backport this patch, expect if the commit 39a96ee16 is backported too.