BUG/MINOR: ssl_crtlist: handle a possible strdup() failure
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 3 Dec 2024 16:13:05 +0000 (17:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Dec 2024 10:09:53 +0000 (11:09 +0100)
commitf13318e2d28bcbd0929ab9e494cc52803c5db7d1
tree27079c0bae248c80596df07b94f0e59c87e7b988
parent1a61a186ea032c676934dbe846655b78bd3be9d2
BUG/MINOR: ssl_crtlist: handle a possible strdup() failure

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

(cherry picked from commit ce30bc17305e4ac2dec7d641eedcb301a237d863)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/ssl_crtlist.c