]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: check acme-vars allocation during escaping 20250918-acme-vars
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 19 Sep 2025 15:13:24 +0000 (17:13 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 19 Sep 2025 16:11:50 +0000 (18:11 +0200)
commit34cdc5e191784cdae671a6c337fd4385522855af
treef2f5455b10e2a8e1da7923231f78a96beb1d5a1f
parent92c31a6fb7a2ce80e1ca136b489eed2f836a19c9
MINOR: acme: check acme-vars allocation during escaping

Handle allocation properly during acme-vars parsing.
Check if we have a allocation failure in both the malloc and the
realloc and emits an error if that's the case.
src/acme.c