From: Vlad Yasevich Date: Wed, 27 Aug 2008 23:09:49 +0000 (-0700) Subject: sctp: fix random memory dereference with SCTP_HMAC_IDENT option. X-Git-Tag: v2.6.27-rc5~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97240552cd98c4b07322f30f66fd9c3ba4171de;p=pandora-kernel.git sctp: fix random memory dereference with SCTP_HMAC_IDENT option. The number of identifiers needs to be checked against the option length. Also, the identifier index provided needs to be verified to make sure that it doesn't exceed the bounds of the array. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed