From: Dan Carpenter Date: Thu, 4 Apr 2013 06:31:24 +0000 (+0300) Subject: staging: csr: info leak in unifi_cfg_get_info() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c1440e864287914c94c244b3d1ca7802089e66;p=pandora-kernel.git staging: csr: info leak in unifi_cfg_get_info() "cfg_ap_config" has a number of fields which are not cleared before we copy them to the user. I've added a memset() at the beginning to set everything to zero. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed