Skip to content
Commit 555d3d5d authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

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: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent 8ee4be37
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment