diff options
| author | Phil Blundell <[email protected]> | 2010-11-24 19:51:47 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-11-24 19:51:47 +0000 |
| commit | a27e13d370415add3487949c60810e36069a23a6 (patch) | |
| tree | 072e0ba8e2d629c55be4ef6fa5ae318e2a351e2f /net/ipv4/tcp_ipv4.c | |
| parent | econet: fix CVE-2010-3850 (diff) | |
| download | kernel-a27e13d370415add3487949c60810e36069a23a6.tar.gz kernel-a27e13d370415add3487949c60810e36069a23a6.zip | |
econet: fix CVE-2010-3848
Don't declare variable sized array of iovecs on the stack since this
could cause stack overflow if msg->msgiovlen is large. Instead, coalesce
the user-supplied data into a new buffer and use a single iovec for it.
Signed-off-by: Phil Blundell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions
