]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: fcgi-app: handle a possible strdup() failure
authorIlia Shipitsin <chipitsine@gmail.com>
Mon, 5 Aug 2024 18:59:09 +0000 (20:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Aug 2024 06:21:49 +0000 (08:21 +0200)
commitaaaacaaf4b558f4e0206b98c787cdcef773b1d76
treee14234320a203c6b03aab3ff04974380db3c59e9
parent661e1db826cc3dd99c5acc5ad768bb7e28fe59d3
BUG/MINOR: fcgi-app: handle a possible strdup() failure

This defect was found by the coccinelle script "unchecked-strdup.cocci".
It can be backported to 2.2.
src/fcgi-app.c