Files
linux/net/irda
Dan Rosenberg 9d880cedb1 irda: prevent integer underflow in IRLMP_ENUMDEVICES
commit fdac1e0697 upstream.

If the user-provided len is less than the expected offset, the
IRLMP_ENUMDEVICES getsockopt will do a copy_to_user() with a very large
size value.  While this isn't be a security issue on x86 because it will
get caught by the access_ok() check, it may leak large amounts of kernel
heap on other architectures.  In any event, this patch fixes it.

Signed-off-by: Dan Rosenberg <drosenberg@vsecurity.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-04-14 16:53:54 -07:00
..
2010-09-20 13:17:52 -07:00
2009-03-21 19:19:14 -07:00
2009-08-05 10:42:58 -07:00
2009-07-12 14:03:27 -07:00
2009-09-02 01:03:53 -07:00
2009-07-27 10:49:44 -07:00
2007-07-10 22:16:43 -07:00
2008-12-10 15:18:31 -08:00