On Tue, Aug 20, 2019 at 01:30:39PM +0200, Juliana Rodrigueiro wrote: > 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. Applied, thanks.