]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: fix too large ssl-hello-check message.
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Feb 2010 15:38:17 +0000 (16:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Feb 2010 15:38:17 +0000 (16:38 +0100)
commit137325dc71d066f671f06a0a47f65d4c0a1f8aa2
tree09560b72032d4b5704f8dad9a10e7c9bb22285b9
parent54f6a586cdb74883548d005accb8dfaf42d93c14
[MINOR] config: fix too large ssl-hello-check message.

As reported by Cyril BontĂ© and HervĂ© Commowick, the ssl-hello-check
should use sizeof()-1 and not sizeof() for the message length.
src/cfgparse.c