From: Vasiliy Kulikov Date: Wed, 10 Nov 2010 18:14:33 +0000 (-0800) Subject: net: ax25: fix information leak to userland X-Git-Tag: v2.6.37-rc2~20^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe10ae53384e48c51996941b7720ee16995cbcb7;p=pandora-kernel.git net: ax25: fix information leak to userland Sometimes ax25_getname() doesn't initialize all members of fsa_digipeater field of fsa struct, also the struct has padding bytes between sax25_call and sax25_ndigis fields. This structure is then copied to userland. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov Signed-off-by: David S. Miller --- Reading git-diff-tree failed