commit | d2f6f47597844e07c393bf9224c99bc31538512c | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER / OZON.IO <thierry.fournier@ozon.io> | Mon Dec 12 12:42:14 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 12 14:34:56 2016 +0100 |
tree | 846aba1e8d5e66efec942fc22079265f76511579 | |
parent | fb981bd7d1ca8c23097b0e70f3d4169820abd04e [diff] |
BUG/MEDIUM: variables: some variable name can hide another ones The variable are compared only using text, the final '\0' (or the string length) are not checked. So, the variable name "txn.internal" matchs other one call "txn.int". This patch fix this behavior It must be backported ni 1.6 and 1.7