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:
5a3e205
)
USB: cyberjack: fix buggy integer overflow test
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sun, 6 Oct 2013 00:32:53 +0000
(
03:32
+0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 07:07:18 +0000
(
00:07
-0700)
"old_rdtodo" and "size" are short type. They are type promoted to int
and the condition is never true.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found