summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
diff options
context:
space:
mode:
authorJuliana Rodrigueiro <juliana.rodrigueiro@intra2net.com>2019-08-20 13:30:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-20 13:38:43 +0200
commit64e88114437072b29bed8aae9eb04ed5e773708f (patch)
treec40ab5277e720d3e2c840bf1f819b3a95d3591ee /include/iptables.h
parenta982226bcf2e19b9ab35c2b8403a01fb73c15e37 (diff)
extensions: nfacct: Fix alignment mismatch in xt_nfacct_match_info
When running a 64-bit kernel with a 32-bit iptables binary, the size of the xt_nfacct_match_info struct diverges. kernel: sizeof(struct xt_nfacct_match_info) : 40 iptables: sizeof(struct xt_nfacct_match_info)) : 36 This patch is the userspace fix of the memory misalignment. It introduces a v1 ABI with the correct alignment and stays compatible with unfixed revision 0 kernels. Signed-off-by: Juliana Rodrigueiro <juliana.rodrigueiro@intra2net.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/iptables.h')
0 files changed, 0 insertions, 0 deletions