]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] check_post: limit analysis to the buffer length
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Dec 2009 17:16:59 +0000 (18:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Dec 2009 08:52:42 +0000 (09:52 +0100)
commitdc8017ced6a8ec699a50a409f3c8ce5928ea70fa
tree17c66a7c151e28070fcb4db1e4254db88230938f
parent1a8bea9390024e0d61741eeacf6d13b8661eb014
[BUG] check_post: limit analysis to the buffer length

If "balance url_param XXX check_post" is used, we must bound the
number of bytes analysed to the buffer's length.
src/backend.c