commit | 028dba0ac3fc3c82da06110b011fce22a5ffad00 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Thu Mar 31 23:38:54 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 01 21:45:50 2011 -0700 |
tree | 1285e03640f24a834fcb249af4dcbff9e8943f58 | |
parent | 4dd5ffe4fc36128dc86568ddeaeae359e6037762 [diff] |
sctp: fix auth_hmacs field's length of struct sctp_cookie auth_hmacs field of struct sctp_cookie is used for store Requested HMAC Algorithm Parameter, and each HMAC Identifier is 2 bytes, so the length should be: SCTP_AUTH_NUM_HMACS * sizeof(__u16) + 2 Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>