]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux_h1: handle a possible strdup() failure
authorIlia Shipitsin <chipitsine@gmail.com>
Mon, 23 Dec 2024 21:00:48 +0000 (22:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Dec 2024 11:42:33 +0000 (12:42 +0100)
commita3e6c783cd39bb630b73a15ff91f1a287f421c25
tree44b209e00e8050ae927bb93c978eb3c5cee82f78
parent89c62693dafc82650720e249628feb9d172d5b56
BUG/MINOR: mux_h1: 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/mux_h1.c