Re: [PATCH] netfilter: xt_physdev fixes
From: Patrick McHardy <hidden>
Date: 2009-02-18 18:14:06
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2009-02-18 18:14:06
Also in:
netfilter-devel
Eric Dumazet wrote:
Hi Patrick Please find following patch to prepare next one (loop unrolling) I am not sure xt_physdev_info is aligned, either on an int or a long, so please check my assertion before applying :)
Yes, the private structures can assume alignment suitable for pointers and unsigned longs.
[PATCH] netfilter: xt_physdev fixes 1) physdev_mt() incorrectly assumes nulldevname[] is aligned on an int 2) It also uses word comparisons, while it could use long word ones.
Applied, thanks.