From: Vladislav Yasevich Date: Fri, 19 May 2006 21:25:53 +0000 (-0700) Subject: [SCTP]: Validate the parameter length in HB-ACK chunk. X-Git-Tag: v2.6.17-rc5~91^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a601266e4f3c479790f373c2e3122a766d123652;p=pandora-kernel.git [SCTP]: Validate the parameter length in HB-ACK chunk. If SCTP receives a badly formatted HB-ACK chunk, it is possible that we may access invalid memory and potentially have a buffer overflow. We should really make sure that the chunk format is what we expect, before attempting to touch the data. Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala --- Reading git-diff-tree failed