commit | 4b167006fd574d6377cfc59afb31b167d8694c11 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Dec 12 09:59:50 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Dec 12 14:54:39 2022 +0100 |
tree | 3c25981b5149c3109e427328051c9d53f52fb3d5 | |
parent | 641a65ff3cccd394eed49378c6ccdb8ba0a101a7 [diff] |
BUG/MINOR: mux-quic: handle properly alloc error in qcs_new() Use qcs_free() on allocation failure in qcs_new() This ensures that all qcs content is properly deallocated and prevent memleaks. Most notably, qcs instance is now removed from qcc tree. This bug is labelled as MINOR as it occurs only on qcs allocation failure due to memory exhaustion. This must be backported up to 2.6.