commit | e511d1ae16745baca1e6d807c5b963716e8bdd01 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Wed Jul 24 15:06:08 2013 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Wed Jul 31 00:50:40 2013 -0700 |
tree | 0c7c47cedc15a5f4088b1a48719b64933d9d71fe | |
parent | 8fb488d740582314534c278b5d1e3a1888b850b9 [diff] |
RDMA/cma: Fix accessing invalid private data for UD If a application is using AF_IB with a UD QP, but does not provide any private data, we will end up accessing invalid memory. Check for this case and handle it appropriately. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>