From: David S. Miller Date: Sat, 21 Jun 2008 05:04:34 +0000 (-0700) Subject: sctp: Make sure N * sizeof(union sctp_addr) does not overflow. X-Git-Tag: v2.6.26-rc8~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735ce972fbc8a65fb17788debd7bbe7b4383cc62;p=pandora-kernel.git sctp: Make sure N * sizeof(union sctp_addr) does not overflow. As noticed by Gabriel Campana, the kmalloc() length arg passed in by sctp_getsockopt_local_addrs_old() can overflow if ->addr_num is large enough. Therefore, enforce an appropriate limit. Signed-off-by: David S. Miller --- Reading git-diff-tree failed