mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 22:19:13 +02:00
The first time I tried it (1.6.3) I got a segmentation fault :( After some investigation with gdb and valgrind I found the problem. memcpy() copies past an allocated buffer in "bind_parse_alpn". This patch fixes it. [wt: this fix must be backported into 1.6 and 1.5]