diff options
author | Eric Dumazet <edumazet@google.com> | 2017-11-04 16:27:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-05 01:16:46 +0100 |
commit | df7e8e2e3e59fe29c24f09d7c3b68e732d661af3 (patch) | |
tree | 35487079bab6f5b1db6ada128c6361b285b20374 /include/net/addrconf.h | |
parent | net: sched: cls_u32: use bitwise & rather than logical && on n->flags (diff) | |
download | linux-df7e8e2e3e59fe29c24f09d7c3b68e732d661af3.tar.xz linux-df7e8e2e3e59fe29c24f09d7c3b68e732d661af3.zip |
pktgen: do not abuse IN6_ADDR_HSIZE
pktgen accidentally used IN6_ADDR_HSIZE, instead of using the size of an
IPv6 address.
Since IN6_ADDR_HSIZE recently was increased from 16 to 256, this old
bug is hitting us.
Fixes: 3f27fb23219e ("ipv6: addrconf: add per netns perturbation in inet6_addr_hash()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/addrconf.h')
0 files changed, 0 insertions, 0 deletions