commit | 67f830d29dcc65091bc6d4a3a378a99df702a397 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Dec 23 15:55:03 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 13 09:43:17 2021 +0100 |
tree | 46d13b68d80c17bc051b7f035fb356e9fd081d91 | |
parent | 50c870e4de5e8e5fa51e33b54edb6c3f4fd87e85 [diff] |
BUG/MINOR: resolvers: fix attribute packed struct for dns This patch adds the attribute packed on struct dns_question because it is directly memcpy to network building a response. This patch also removes the commented line: // struct list options; /* list of option records */ because it is also used directly using memcpy to build a request and must not contain host data.