Skip to content
Commit c9d6f7ce authored by Dan Carpenter's avatar Dan Carpenter Committed by Greg Kroah-Hartman
Browse files

tipc: fix shift wrapping bug in map_get()

[ Upstream commit e2b224ab ]

There is a shift wrapping bug in this code so anything thing above
31 will return false.

Fixes: 35c55c98

 ("tipc: add neighbor monitoring framework")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a7af71bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment