commit | 2359ff1de2dcb90e50b79731d9cfddebfb8576bc | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Fri Aug 07 11:24:05 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Aug 08 18:14:20 2015 +0200 |
tree | 41d24160f911760913a6410d83a8dbfff862fe7c | |
parent | 37bb372ea2c6985aa4057dca06cf310594705b7e [diff] |
BUG/MEDIUM: DNS resolution response parsing broken In some cases, parsing of the DNS response is broken and the response is considered as invalid, despite being valid. The current patch fixes this issue. It's a temporary solution until I rework the response parsing to store the response buffer into a real DNS packet structure.