diff options
author | Octavian Purdila <[email protected]> | 2008-07-03 03:31:21 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2008-07-03 03:31:21 -0700 |
commit | 374e7b59498ce0785b3727794b351221528a5159 (patch) | |
tree | dca488eae546ff8a113e614670e23460a23dc7ea /net/unix/sysctl_net_unix.c | |
parent | 81b23b4a7acd9b37a269c62d02479d4f645dd20a (diff) |
tcp: fix a size_t < 0 comparison in tcp_read_sock
<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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions