commit | f13a6e5e2e0192737c3bdbdb16c5cc0181cc86e5 | [log] [tgz] |
---|---|---|
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | Mon Jul 24 07:46:42 2017 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Mon Jul 31 15:18:37 2017 -0400 |
tree | d2d4316f48919763916db9e769f58d8a35c10ad2 | |
parent | 5e2d6764a729bf8d43894b0368b0ae11a19485c0 [diff] |
IB/hfi1: Split copy_to_user data copy for better security A copy_to_user() call assumes that two members of a data structure are sequential. Since this may not always be true, separate the copies to ensure a safe copy. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>