From: Sasha Levin Date: Sat, 24 Jan 2015 01:47:00 +0000 (-0500) Subject: net: llc: use correct size for sysctl timeout entries X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~219^2~22 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8d9117ccb4f81b1244aafa7bc70ef8fa45fc49;p=pandora-kernel.git net: llc: use correct size for sysctl timeout entries The timeout entries are sizeof(int) rather than sizeof(long), which means that when they were getting read we'd also leak kernel memory to userspace along with the timeout values. Signed-off-by: Sasha Levin Signed-off-by: David S. Miller --- Reading git-diff-tree failed