commit | eecb262922209d714cc24a1dc8e5bf9a9fdbfc65 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Apr 21 14:08:31 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 22 10:25:46 2013 -0700 |
tree | c7ff7180cb3401e7a705752be24e8476149cbc5a | |
parent | a4b47eeac2fe1687a6af0d30509a39b23a466cf6 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>