commit | 91449b0351d54345420d2fbffb0af0a641417473 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 22 18:45:55 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:13 2022 +0200 |
tree | 3804eea2ba1f8d25eb6c809142873071fc64deff | |
parent | f1de1b51cab49f654938524a515cf26ac2db0bf5 [diff] |
BUG/MINOR: mux-h1: Don't release unallocated CS on error path cs_free() must not be called when we fail to allocate the conn-stream in h1s_new_cs() function. This bug was introduced by the commit cda94accb ("MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream"). It is 2.6-specific, no backport is needed.