]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: avoid overwrite the return value of sctp_process_asconf_ack()
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 16 Jun 2009 06:47:30 +0000 (14:47 +0800)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:20:54 +0000 (18:20 -0400)
commit738444d5456c1e6c03dd266d5107c7c891a08f44
tree1af69aff245f3930efdf39d08099a339f27305dd
parent058d231827d07acafddec07f3c7f8c939144c59c
sctp: avoid overwrite the return value of sctp_process_asconf_ack()

The return value of sctp_process_asconf_ack() may be
overwritten while process parameters with no error.
This patch fixed the problem.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_make_chunk.c