commit | b40db6846847e82daf175641987df29324c425fa | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Feb 27 14:40:37 2008 -0500 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Feb 28 16:45:01 2008 -0500 |
tree | 11f1f64c79c2da85eaf4bbd13828616058ea22af | |
parent | 15efbe763978d7cc327d824d9e8f8f9e525dd40d [diff] |
[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option The chunks are stored inside a parameter structure in the kernel and when we copy them to the user, we need to account for the parameter header. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>