Files
linux/net
Phil Blundell b7a7f2b940 econet: fix CVE-2010-3848
commit a27e13d370 upstream.

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 <philb@gnu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
[Adjusted to apply to 2.6.32 by dann frazier <dannf@debian.org>]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-09 15:55:33 -07:00
..
2009-05-25 01:53:53 -07:00
2011-04-14 16:53:41 -07:00
2009-09-26 20:16:15 -07:00
2011-03-07 15:17:57 -08:00
2011-05-09 15:55:33 -07:00
2009-05-25 01:53:53 -07:00
2011-05-09 15:54:51 -07:00
2009-09-02 01:03:53 -07:00
2010-08-26 16:41:55 -07:00
2011-02-17 15:37:24 -08:00
2009-07-12 12:22:34 -07:00
2011-03-02 09:47:07 -05:00
2009-09-02 01:03:53 -07:00