]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: pool: handle a possible strdup() failure
authorIlia Shipitsin <chipitsine@gmail.com>
Fri, 27 Dec 2024 20:55:07 +0000 (21:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Jan 2025 13:31:07 +0000 (14:31 +0100)
commitbeca953c559f4f49c7cf1df0239ae7d747213248
treeadb6a2bdc4e9149a9a60a0e39dc7b9150f84ae43
parentb4f965be9e0585193c6d23ca0ff2839de0980e48
BUG/MINOR: pool: 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/pool.c