From: Mathias Krause Date: Wed, 15 Aug 2012 11:31:45 +0000 (+0000) Subject: atm: fix info leak via getsockname() X-Git-Tag: v3.6-rc3~10^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0c5cfdcd4d69ffc4b9c0907cec99039f30a50a;p=pandora-kernel.git atm: fix info leak via getsockname() 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 --- Reading git-diff-tree failed