]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rose: Add length checks to CALL_REQUEST parsing
authorBen Hutchings <ben@decadent.org.uk>
Sun, 20 Mar 2011 06:48:05 +0000 (06:48 +0000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:34:59 +0000 (15:34 -0400)
commit3d67f874fd94587baa38869d317d537242baa097
tree3331e3542e15453bd724c136cb7c1c94f20774dc
parent55e131e30e6fe07ab213a4ee1cf1b662fe64d90f
rose: Add length checks to CALL_REQUEST parsing

commit e0bccd315db0c2f919e7fcf9cb60db21d9986f52 upstream.

Define some constant offsets for CALL_REQUEST based on the description
at <http://www.techfest.com/networking/wan/x25plp.htm> and the
definition of ROSE as using 10-digit (5-byte) addresses.  Use them
consistently.  Validate all implicit and explicit facilities lengths.
Validate the address length byte rather than either trusting or
assuming its value.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/net/rose.h
net/rose/af_rose.c
net/rose/rose_loopback.c
net/rose/rose_route.c
net/rose/rose_subr.c