]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: ssl: doesn't fill conf->crt with first arg
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 16:23:06 +0000 (18:23 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 9 May 2025 16:23:06 +0000 (18:23 +0200)
commit0c4abf5a2280152f30a090902ac8ac9e288ba21f
treeb849c2116b9f328ab9f06baaa1f55581f8cc783f
parent8a96216847757b053a435818b2e64b69703bad84
BUG/MINOR: ssl: doesn't fill conf->crt with first arg

Commit c7f29afc ("MEDIUM: ssl: replace "crt" lines by "ssl-f-use"
lines") forgot to remove an the allocation of the crt field which was
done with the first argument.

Since ssl-f-use takes keywords, this would put the first keyword in
"crt" instead of the certificate name.
src/cfgparse-ssl.c