Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tipc: fix shift wrapping bug in map_get()
There is a shift wrapping bug in this code so anything thing above 31 will return false. Fixes: 35c55c9 ("tipc: add neighbor monitoring framework") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information