diff options
author | Evgeny Kravtsunov <emkravts@openvz.org> | 2007-04-17 21:31:24 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-17 23:16:00 +0200 |
commit | 19bb3506e27096eea5f7b71b89621ad1203ed318 (patch) | |
tree | f3385d69595ab50fffbc314b281864ef99f2071b /include | |
parent | [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation. (diff) | |
download | linux-19bb3506e27096eea5f7b71b89621ad1203ed318.tar.xz linux-19bb3506e27096eea5f7b71b89621ad1203ed318.zip |
[BRIDGE]: Unaligned access when comparing ethernet addresses
compare_ether_addr() implicitly requires that the addresses
passed are 2-bytes aligned in memory.
This is not true for br_stp_change_bridge_id() and
br_stp_recalculate_bridge_id() in which one of the addresses
is unsigned char *, and thus may not be 2-bytes aligned.
Signed-off-by: Evgeny Kravtsunov <emkravts@openvz.org>
Signed-off-by: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Pavel Emelianov <xemul@openvz.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions