commit | 555d3d5d2be13675490a80df0d7961551822ef1f | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Nov 29 08:56:16 2007 -0500 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Nov 29 10:17:42 2007 -0500 |
tree | 1ff1e56519885c0dfb5b5b79aa141792ea68d7ae | |
parent | 8ee4be37e8ac28e79ae673d441e83c1f51e7ecfd [diff] |
SCTP: Fix chunk acceptance when no authenticated chunks were listed. In the case where no autheticated chunks were specified, we were still trying to verify that a given chunk needs authentication and doing so incorrectly. Add a check for parameter length to make sure we don't try to use an empty auth_chunks parameter to verify against. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>