mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
- fuzzy: need to account for kernel-level modified variables in .userspacesize
|
||||
- geoip: remove XT_ALIGN from .userspacesize when used with offsetof
|
||||
|
||||
|
||||
Xtables-addons 1.13 (March 23 2009)
|
||||
|
Reference in New Issue
Block a user