]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: url-encoded parsing function can run throught wrapped buffer
authorThierry FOURNIER <tfournier@haproxy.com>
Wed, 20 May 2015 13:28:12 +0000 (15:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 May 2015 14:05:38 +0000 (16:05 +0200)
commit8be451c52ac77e2aad947a7544d3cdb080b9569e
tree1c754c63fce6faa0c71fa53a3eada615922ac2ec
parente28c49975a2f24bf47be0876d31f5c0ad0246d7a
MEDIUM: http: url-encoded parsing function can run throught wrapped buffer

The functions smp_fetch_param(), find_next_url_param() and
find_url_param_pos() can look for argument in 2 chunks and not only
one.
src/proto_http.c