]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: bad length in log_format and __send_log
authorWilliam Lallemand <wlallemand@exceliance.fr>
Mon, 19 Mar 2012 15:15:12 +0000 (16:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Mar 2012 16:15:13 +0000 (17:15 +0100)
commitbfb099c3b3f1c11e5b03d79b829aa297c19d50f8
tree49f4d21390733168f0a4ee8d286160aa7d73b3d7
parentb1a2faf7c9dac8ca409d101156512b2ff4762bba
BUG/MEDIUM: bad length in log_format and __send_log

__send_log(): the size of the buffer sent is wrong when the facility
is lower than 3 digits.

logformat_write_string(): computation of size is wrong

Note: this was introduced after 1.5-dev7, no backport needed.
src/log.c