commit | 0350cb48fb94e168d8b4d3ff65adbdbc73759cbf | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jun 17 12:22:26 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 21:26:03 2016 -0700 |
tree | ee87be64cf456d4c7cd92ea861cfd7f04204271b | |
parent | 8c0c07a3fcf824d39aed92f5e4e18ef9643dceff [diff] |
tipc: potential shift wrapping bug in map_set() "up_map" is a u64 type but we're not using the high 32 bits. Fixes: 35c55c9877f8 ('tipc: add neighbor monitoring framework') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>