]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: Truncate recvfrom and sendto length to INT_MAX.
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Oct 2010 23:43:10 +0000 (16:43 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Apr 2011 20:15:59 +0000 (16:15 -0400)
commit9f1dd99a0eb80d2c1e93682c766bcddbdf42f30f
treeb5df380e3cfd6af28b83ede3d1d027789da1e67e
parent97d39ebaca2fd0c694b9695daef218b9c1af5971
net: Truncate recvfrom and sendto length to INT_MAX.

commit 253eacc070b114c2ec1f81b067d2fed7305467b0 upstream.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/socket.c