netfilter: xt_physdev fixes
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 18 Feb 2009 18:11:39 +0000 (19:11 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Feb 2009 18:11:39 +0000 (19:11 +0100)
1) physdev_mt() incorrectly assumes nulldevname[] is aligned on an int

2) It also uses word comparisons, while it could use long word ones.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found