commit | 7c4c830d04d53ed31e10a4f849b8ff96034e7690 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Oct 16 14:54:19 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 16 14:54:19 2021 +0200 |
tree | b0328b18c2316a503410e7550402c18bb7d83aea | |
parent | a146289d4f3b9940f20ae1640b26fa939761224b [diff] |
BUG/MINOR: listener: add an error check for unallocatable trash Coverity noticed in issue #1416 that a missing allocation error was introduced in tcp_bind_listener() with the rework of error messages by commit ed1748553 ("MINOR: proto_tcp: use chunk_appendf() to ouput socket setup errors"). In practice nobody will ever face it but better address it anyway. No backport is needed.