From: Dan Carpenter Date: Sun, 21 Apr 2013 11:08:31 +0000 (+0300) Subject: staging: dgrp: info leak in dgrp_dpa_ioctl() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecb262922209d714cc24a1dc8e5bf9a9fdbfc65;p=pandora-kernel.git staging: dgrp: info leak in dgrp_dpa_ioctl() If "nd->nd_vpd_len" is less than 512 then the last part of the "vpd.vpd_data" has uninitialized stack information. We need to clear it before copying the buffer to user space. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed