commit | 78bd4038d7d59228254e4ec33b80244d6b08936e | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Fri May 09 17:11:07 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 09 19:16:13 2014 +0200 |
tree | 0cc132b7075cc9b71e2a718121e0bd92f8b965d2 | |
parent | afb768340c9d7e50d8e7372051c8a9c3b3f2151c [diff] |
BUG/MINOR: chunk: Fix function chunk_strcmp and chunk_strcasecmp match a substring. They could match different strings as equal if the chunk was shorter than the string. Those functions are currently only used for SSL's certificate DN entry extract.