commit | 3986ac186045a17f79d42084160fb57918814e73 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 08 16:13:42 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 08 16:13:42 2015 +0200 |
tree | bc25168e2f299fb6383ef16deb69989ad4e35fc3 | |
parent | a9083d07223af9f3818d0f72507862103acd94be [diff] |
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.