commit | 6bdf9367fbf2ea51fce693d8013cb46de8af2df0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Aug 11 18:22:22 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Aug 11 18:24:53 2022 +0200 |
tree | 05cee46bd2b7eb11441ea099c9dbe958e11c96bc | |
parent | 4c9a1642c13499a6ebeb5e300cacdf8f5a342b62 [diff] |
BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg Traces argument were incorrectly used in qcs_free(). A qcs was specified as first arg instead of a connection. This will lead to a crash if developer qmux traces are activated. This is now fixed. This bug has been introduced with QUIC MUX traces rework. No need to backport.