commit | 751a624adbe47145d3667c4b504858ffd3e8f175 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat May 03 23:23:29 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 16 16:10:41 2014 -0700 |
tree | 4178a878354aa88f07560f6e60e95b995adb8964 | |
parent | fea0683ebe7f642528c186109f928f9467e0c37e [diff] |
staging: lustre: info leak in lnet_ping() On 64 bit systems there is a 4 byte hole after the last member of the struct. We should clear it to avoid disclosing stack information. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>