]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: http: fix the http-request capture parser
authorWilly Tarreau <w@1wt.eu>
Fri, 8 May 2015 14:13:42 +0000 (16:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 May 2015 14:13:42 +0000 (16:13 +0200)
commit3986ac186045a17f79d42084160fb57918814e73
treebc25168e2f299fb6383ef16deb69989ad4e35fc3
parenta9083d07223af9f3818d0f72507862103acd94be
BUG/MEDIUM: http: fix the http-request capture parser

Due to the code being mostly inspired from the tcp-request parser, it
does some crap because both don't work the same way. The "len" argument
could be mismatched and then the length could be used uninitialized.
src/proto_http.c