diff options
author | 2007-04-13 16:37:54 -0700 | |
---|---|---|
committer | 2007-04-13 16:37:54 -0700 | |
commit | 49688c843101ba6275756505e81af45ef50f87d7 (patch) | |
tree | e30c9d9424115282be11b1495b8bcf8a12a5885b /drivers/acpi/processor_perflib.c | |
parent | [IPV6] SNMP: Fix {In,Out}NoRoutes statistics. (diff) | |
download | linux-dev-49688c843101ba6275756505e81af45ef50f87d7.tar.xz linux-dev-49688c843101ba6275756505e81af45ef50f87d7.zip |
[NETFILTER] arp_tables: Fix unaligned accesses.
There are two device string comparison loops in arp_packet_match().
The first one goes byte-by-byte but the second one tries to be
clever and cast the string to a long and compare by longs.
The device name strings in the arp table entries are not guarenteed
to be aligned enough to make this value, so just use byte-by-byte
for both cases.
Based upon a report by <drraid@gmail.com>.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/acpi/processor_perflib.c')
0 files changed, 0 insertions, 0 deletions