commit | 26f77e534c68388a55838f299719e25976a81fe8 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Mon May 25 10:02:11 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 25 19:01:39 2015 +0200 |
tree | 5efa74ba6dffacd351750debf65b8cbdd723141f | |
parent | 726ab7145c069762116dd7c87537634073cd0abc [diff] |
BUG/MEDIUM: http: fix the url_param fetch The "name" and "name_len" arguments in function "smp_fetch_url_param" could be left uninitialized for subsequent calls. [wt: no backport needed, this is an 1.6 regression introduced by commit 4fdc74c ("MINOR: http: split the url_param in two parts") ]