From: Vlad Yasevich Date: Thu, 29 Nov 2007 13:56:16 +0000 (-0500) Subject: SCTP: Fix chunk acceptance when no authenticated chunks were listed. X-Git-Tag: v2.6.24-rc4~8^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555d3d5d2be13675490a80df0d7961551822ef1f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed