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.27.57~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c773a332d06e4ef459533d8299f47114b4014bdd;p=pandora-kernel.git x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. commit f5eb917b861828da18dc28854308068c66d1449a upstream. 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed