commit | 96fd926ccc61466caecf573aebad190dfd8b9a83 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Jul 05 13:33:16 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jul 05 13:59:29 2017 +0200 |
tree | 2f82795ad9fec2dd56f131875fde1cdb5c4aa5dd | |
parent | 7d27f3c12d2aaa3514cdd02ed94ce4421c32fd6d [diff] |
BUG/MAJOR: http: fix buffer overflow on loguri buffer. The pool used to log the uri was created with a size of 0 because the configuration and 'tune.http.logurilen' were parsed too earlier. The fix consist to postpone the pool_create as it is done for cookie captures. Regression introduced with 'MINOR: log: Add logurilen tunable'