diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2014-02-20 11:02:53 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-06 07:55:29 -0700 |
commit | a8cf970eeef276b222e7d68c0f8ef770de2b6f07 (patch) | |
tree | eb767efc50cdab1f1199ca158b254c6537818a5a /drivers/infiniband/hw/ocrdma | |
parent | da05ff98dcc282ca0eebd849bc87594d6c28b506 (diff) |
IB/ipath: Fix potential buffer overrun in sending diag packet routine
commit a2cb0eb8a64adb29a99fd864013de957028f36ae upstream.
Guard against a potential buffer overrun. The size to read from the
user is passed in, and due to the padding that needs to be taken into
account, as well as the place holder for the ICRC it is possible to
overflow the 32bit value which would cause more data to be copied from
user space than is allocated in the buffer.
Reported-by: Nico Golde <nico@ngolde.de>
Reported-by: Fabian Yamaguchi <fabs@goesec.de>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/infiniband/hw/ocrdma')
0 files changed, 0 insertions, 0 deletions