From: Mathias Krause Date: Wed, 15 Aug 2012 11:31:45 +0000 (+0000) Subject: atm: fix info leak via getsockname() X-Git-Tag: v3.2.30~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cbb1ef4f7b1e6ac6cb65bb34b6949cd5b90c6e;p=pandora-kernel.git atm: fix info leak via getsockname() [ Upstream commit 3c0c5cfdcd4d69ffc4b9c0907cec99039f30a50a ] 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