diff options
author | Philip Craig <philipc@snapgear.com> | 2008-04-29 03:35:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-29 03:35:10 -0700 |
commit | 443a70d50bdc212e1292778e264ce3d0a85b896f (patch) | |
tree | 6b00ca5759949a4c11f77b683d9f65cae82a68e3 /drivers | |
parent | 0010e46577a27c1d915034637f6c2fa57a9a091c (diff) | |
download | linux-stable-443a70d50bdc212e1292778e264ce3d0a85b896f.tar.gz linux-stable-443a70d50bdc212e1292778e264ce3d0a85b896f.tar.bz2 linux-stable-443a70d50bdc212e1292778e264ce3d0a85b896f.zip |
netfilter: nf_conntrack: padding breaks conntrack hash on ARM
commit 0794935e "[NETFILTER]: nf_conntrack: optimize hash_conntrack()"
results in ARM platforms hashing uninitialised padding. This padding
doesn't exist on other architectures.
Fix this by replacing NF_CT_TUPLE_U_BLANK() with memset() to ensure
everything is initialised. There were only 4 bytes that
NF_CT_TUPLE_U_BLANK() wasn't clearing anyway (or 12 bytes on ARM).
Signed-off-by: Philip Craig <philipc@snapgear.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions