]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: send-proxy-v2: string size must include ('\0')
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 31 Oct 2017 17:31:36 +0000 (18:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Nov 2017 06:58:20 +0000 (07:58 +0100)
commit82913e4f79a1f1fb25aec84a2ce2f5f0e5ce1959
treef5e234ed65f1c179f982bf86fd2c13a365cad223
parent571c7ac0a56bc100ab2cbb8d790e281d1b5de9e8
BUG/MINOR: send-proxy-v2: string size must include ('\0')

strlen() exclude the terminating null byte ('\0'), add it.
src/connection.c