commit | c29948c43987329b753ce5994f84f3a530b08f2e | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sat Dec 17 13:10:27 2005 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sat Dec 17 13:10:27 2005 +0100 |
tree | 654b21b18589eddb73a2cbcbbeb741bbbacd4c01 | |
parent | a159808bf2c14fc76ba19da3d414e0e3d8b23de1 [diff] |
* released 1.1.9 : SECURITY FIX * 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().