commit | e2c65ba344bbe11c3dd595e68335893282aa02ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Sat Apr 10 09:02:32 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Sat Apr 10 09:02:36 2021 +0200 |
tree | 621e4d3123b37fc7d6b7f8f1639373c98a3ed677 | |
parent | c0ae097b95ab4b4961790e57069a374a1cdbef4a [diff] |
BUG/MINOR: mux-pt: Fix a possible UAF because of traces in mux_pt_io_cb In mux_pt_io_cb(), if a connection error or a shutdown is detected, the mux is destroyed. Thus we must be careful to not use it in a trace message once destroyed. No backport needed. This patch should fix the issue #1220.