]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: listener: handle a possible strdup() failure
authorIlia Shipitsin <chipitsine@gmail.com>
Mon, 23 Dec 2024 21:00:10 +0000 (22:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Dec 2024 11:41:08 +0000 (12:41 +0100)
commit89c62693dafc82650720e249628feb9d172d5b56
tree6cfc52e2dc602390cde814240ae4ce2506a6b3eb
parent495f1f9741151d37c4f5630dccd967f45e5df423
BUG/MINOR: listener: handle a possible strdup() failure

This defect was found by the coccinelle script "unchecked-strdup.cocci".
It can be backported to all supported branches.
src/listener.c