commit | a4a1cd107223ff275b83d956430b64fdb9594f4c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 09 15:43:36 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 09 18:48:22 2012 +0200 |
tree | a727d54fce9444f02d2646b465d21dbd3c8f4c56 | |
parent | de5dc0509c345bccef3bcd90cda7a6945847a08b [diff] |
BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches Otherwise we end up comparing the byte past the end, resulting in duplicate values still being inserted into the tree even if undesired. This generally has low impact, though it can sometimes cause one new entry to be added next to an existing one for stick tables, preventing the results from being merged. (cherry picked from commit 12e54ac493a91bb02064568f410592c2700d3933)