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.6-rc3~10^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e862f1a9b7df4e8196ebec45ac62295138aa3fc2;p=pandora-kernel.git atm: fix info leak in getsockopt(SO_ATMPVC) 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