summaryrefslogtreecommitdiffstats
path: root/net/bridge
diff options
context:
space:
mode:
authorOctavian Purdila <opurdila@ixiacom.com>2008-07-03 12:31:21 +0200
committerDavid S. Miller <davem@davemloft.net>2008-07-03 12:31:21 +0200
commit374e7b59498ce0785b3727794b351221528a5159 (patch)
treedca488eae546ff8a113e614670e23460a23dc7ea /net/bridge
parenttcp: net/ipv4/tcp.c needs linux/scatterlist.h (diff)
downloadlinux-374e7b59498ce0785b3727794b351221528a5159.tar.xz
linux-374e7b59498ce0785b3727794b351221528a5159.zip
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 <opurdila@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions