commit | 035da6d1b0c436b85add48bc22120aa814c9cab9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 02 19:31:23 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 02 20:12:10 2011 +0100 |
tree | 106b2e8dd87158e5a7f783cd6356ca639cab63c3 | |
parent | 48936af9a2c7e3b49d8546e5b01332a10bdefc6b [diff] |
[BUG] stick-table: correctly terminate string keys during lookups If a key to be looked up is extracted from data without being padded and if it matches the beginning of another stored key, it is not found in subsequent lookups because it does not end with a zero. This bug was discovered and diagnosed by David Cournapeau.