]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: check: fix memory leak in "tcp-check connect" over SSL
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Feb 2014 16:53:37 +0000 (17:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Feb 2014 16:55:04 +0000 (17:55 +0100)
commit852745d54844bf08456a5f4e1cae3ac6068f73ea
treea4bf1a638f1867577b1640198781503b2bc7311d
parentf522f3d291514c2555c716b834f585cc77803ad2
BUG/MAJOR: check: fix memory leak in "tcp-check connect" over SSL

tcp-check must not reinitialize the SSL stack upon each check!
It's done once after the config parsing and leaks memory and eats
performance when done upon every check.

This bug was introduced in 1.5-dev22, no backport is needed.
src/checks.c