]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
libxt_geoip: geoip: remove XT_ALIGN from .userspacesize when used with offsetof
authorJan Engelhardt <jengelh@medozas.de>
Tue, 24 Mar 2009 07:27:41 +0000 (08:27 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 24 Mar 2009 07:27:41 +0000 (08:27 +0100)
commitf4b8440fba4a07daec11cdc964ae58a75d3d1773
tree14b7e663c876625c46a04bfe4cfad754bae1810e
parentd3ee3a0c3c298aea8cce0f076882e546cce59b47
libxt_geoip: geoip: remove XT_ALIGN from .userspacesize when used with offsetof

XT_ALIGN rounds up to the nearest multiple of 64 bits, but that is wrong
for .userspacesize if it is less than .matchsize/.targetsize.
doc/changelog.txt
extensions/libxt_geoip.c