commit | 2516ffac94e389cfeeb3abf2fd59d7c688a38f0c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Apr 21 14:07:53 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 22 10:25:46 2013 -0700 |
tree | 9262d43af230ae78ff2ee7c34ca0c552bd528cd6 | |
parent | eecb262922209d714cc24a1dc8e5bf9a9fdbfc65 [diff] |
staging/ozwpan: info leak in oz_cdev_ioctl() If we're not maxed out then oz_get_pd_list() leaves part of the "list" struct uninitialized. We should clear this so that no stack information is leaked to userspace. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>