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)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Sep 2024 16:37:59 +0000 (18:37 +0200)
commit111e8590c16b0295d17f059d8193f2653d16d470
tree5ae0464d4eb324e3034b15f34f7377046b4de35f
parent136fe7e3c1ce09fae6e22eee3487418719ef8e22
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.

(cherry picked from commit aaaacaaf4b558f4e0206b98c787cdcef773b1d76)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/fcgi-app.c