From: Mathias Krause Date: Wed, 15 Aug 2012 11:31:44 +0000 (+0000) Subject: atm: fix info leak in getsockopt(SO_ATMPVC) X-Git-Tag: v3.2.30~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9e0c7f9adf3b5bbdc257d4c70ead09947cc304;p=pandora-kernel.git atm: fix info leak in getsockopt(SO_ATMPVC) [ Upstream commit e862f1a9b7df4e8196ebec45ac62295138aa3fc2 ] The ATM code fails to initialize the two padding bytes of struct sockaddr_atmpvc inserted for alignment. Add an explicit memset(0) before filling the structure to avoid the info leak. Signed-off-by: Mathias Krause Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed