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:
81b23b4
)
tcp: fix a size_t < 0 comparison in tcp_read_sock
author
Octavian Purdila
<opurdila@ixiacom.com>
Thu, 3 Jul 2008 10:31:21 +0000
(
03:31
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Jul 2008 10:31:21 +0000
(
03:31
-0700)
<used> should be of type int (not size_t) since recv_actor can return
negative values and it is also used in a < 0 comparison.
Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found