From: Wei Yongjun Date: Mon, 6 Aug 2007 05:55:58 +0000 (+0800) Subject: SCTP: Fix to handle invalid parameter length correctly X-Git-Tag: v2.6.23-rc5~37^2~5^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb243a1a9fef4aaff262a5dd14f987070d37229b;p=pandora-kernel.git SCTP: Fix to handle invalid parameter length correctly If an INIT with invalid parameter length look like this: Parameter Type : 1 Parameter Length: 800 and not contain any payload, SCTP will ignore this parameter and send back a INIT-ACK. This patch is fix to handle this invalid parameter length correctly. Signed-off-by: Wei Yongjun Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed