remarkable-linux/net/x25
John Hughes f5eb917b86 x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.
Here is a patch to stop X.25 examining fields beyond the end of the packet.

For example, when a simple CALL ACCEPTED was received:

	10 10 0f

x25_parse_facilities was attempting to decode the FACILITIES field, but this
packet contains no facilities field.

Signed-off-by: John Hughes <john@calva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-07 21:29:25 -07:00
..
af_x25.c x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. 2010-04-07 21:29:25 -07:00
Kconfig
Makefile
sysctl_net_x25.c sysctl net: Remove unused binary sysctl code 2009-11-12 02:05:06 -08:00
x25_dev.c net: backlog functions rename 2010-03-05 13:34:03 -08:00
x25_facilities.c x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. 2010-04-07 21:29:25 -07:00
x25_forward.c
x25_in.c x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. 2010-04-07 21:29:25 -07:00
x25_link.c
x25_out.c
x25_proc.c net: x25: use seq_list_foo() helpers 2010-02-10 11:12:10 -08:00
x25_route.c X25: Fix oops and refcnt problems from x25_dev_get 2009-11-29 00:25:02 -08:00
x25_subr.c X25: Enable setting of cause and diagnostic fields 2009-11-18 23:30:41 -08:00
x25_timer.c