From: Guenter Roeck Date: Wed, 27 Feb 2013 10:57:31 +0000 (+0000) Subject: net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS X-Git-Tag: v3.9-rc2~24^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726bc6b092da4c093eb74d13c07184b18c1af0f1;p=pandora-kernel.git net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS Building sctp may fail with: In function ‘copy_from_user’, inlined from ‘sctp_getsockopt_assoc_stats’ at net/sctp/socket.c:5656:20: arch/x86/include/asm/uaccess_32.h:211:26: error: call to ‘copy_from_user_overflow’ declared with attribute error: copy_from_user() buffer size is not provably correct if built with W=1 due to a missing parameter size validation before the call to copy_from_user. Signed-off-by: Guenter Roeck Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed