Skip to content
Commit f5eb917b authored by John Hughes's avatar John Hughes Committed by David S. Miller
Browse files

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: default avatarJohn Hughes <john@calva.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fd218cf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment