From: John Hughes Date: Thu, 8 Apr 2010 04:29:25 +0000 (-0700) Subject: x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. X-Git-Tag: v2.6.34-rc5~25^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5eb917b861828da18dc28854308068c66d1449a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed