git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4567dc1
)
cxgb4: potential shift wrapping bug
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 8 Oct 2014 13:43:17 +0000
(16:43 +0300)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Oct 2014 20:08:04 +0000
(16:08 -0400)
"cntxt_id" is an unsigned int but "udb" is a u64 so there is a potential
shift wrapping bug here.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found