]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/ckch: return from ckch_conf_clean() when conf is NULL
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Feb 2025 13:48:38 +0000 (14:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 17 Feb 2025 17:26:37 +0000 (18:26 +0100)
commit82f927817ea9eef33cc8dcc4469204ad11d0d504
treea734cb7e850a4fd06c7b4fb319ebe8bc59c7f89e
parent0330011acf699b5172c6b31c0f0d4acc3ad964f6
MINOR: ssl/ckch: return from ckch_conf_clean() when conf is NULL

ckch_conf_clean() mustn't be executed when the argument is NULL, this
will keep the API more consistant like any free() function.
src/ssl_ckch.c