mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 04:32:48 +02:00
The inet_pton function needs an input string with a final \0. This function copies the input string to a temporary buffer, adds the final \0 and converts to address.