commit | cb243a1a9fef4aaff262a5dd14f987070d37229b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Mon Aug 06 13:55:58 2007 +0800 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Aug 30 16:44:27 2007 -0400 |
tree | 5f15c06b52e98964070e56aaa6f8997ebf5f47ed | |
parent | 609ee4679b8a0831257552dd2b0e54f509ba0c77 [diff] |
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 <yjwei@cn.fujitsu.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>