commit | a45e7e81ec54fd0562d8ab4776b4c05584d6d180 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 20 19:11:08 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 20 19:58:38 2023 +0100 |
tree | bd2b0e7b15618a0a33aa7774d7b10ac1912b1cd7 | |
parent | e25fce03ebe3307bc104d1f81356108e271d2bc3 [diff] |
BUG/MEDIUM: stream: do not try to free a failed stream-conn In stream_free() if we fail to allocate s->scb() we go to the path where we try to free it, and it doesn't like being called with a null at all. It's easily reproducible with -dMfail,no-cache and "tune.fail-alloc 10" in the global section. This must be backported to 2.6.