]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: potential shift wrapping bug in map_set()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 17 Jun 2016 09:22:26 +0000 (12:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 04:26:03 +0000 (21:26 -0700)
commite84097b2a046fd13a0f839b856414f7f9c807c66
treeee87be64cf456d4c7cd92ea861cfd7f04204271b
parentbd494c1397731110da5e484febecf581c4c46c8a
tipc: potential shift wrapping bug in map_set()

"up_map" is a u64 type but we're not using the high 32 bits.

Fixes: edaafc288dc9 ('tipc: add neighbor monitoring framework')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/monitor.c