mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-21 12:13:19 +02:00
* don't use snprintf()'s return value as an end of message since it may be larger. This caused bus errors and segfaults in internal libc's getenv() during localtime() in send_log(). * removed dead insecure send_syslog() function and all references to it. * fixed warnings on Solaris due to buggy implementation of isXXXX().