From: Vlad Yasevich Date: Fri, 4 Sep 2009 22:21:03 +0000 (-0400) Subject: sctp: Catch bogus stream sequence numbers X-Git-Tag: v2.6.32-rc1~703^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1751c57f7bb816c9b6b4cb5d79c703aaa7199da;p=pandora-kernel.git sctp: Catch bogus stream sequence numbers Since our TSN map is capable of holding at most a 4K chunk gap, there is no way that during this gap, a stream sequence number (unsigned short) can wrap such that the new number is smaller then the next expected one. If such a case is encountered, this is a protocol violation. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed