]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: server: fix a possible leak of an error message in dynamic servers
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2026 13:10:01 +0000 (15:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2026 13:10:01 +0000 (15:10 +0200)
commit5a59b158ff615b33b0ce7a1c550590554a396ec2
tree70fc3be3f25c3cb72124308e5702e1b09c812212
parent72b5bf72855f0cc1fcfd4c410342d412f2db6df7
BUG/MINOR: server: fix a possible leak of an error message in dynamic servers

In 3.4-dev6, commit de5fc2f515 ("BUG/MINOR: server: set auto SNI for
dynamic servers") allowed to properly set the SNI, and return an error
message. However the error message is leaked after being printed on the
CLI.

This should be backported to 3.3.
src/server.c