commit | 65f07f5a09dacf3b60619f196f096ea3671a5eda | [log] [tgz] |
---|---|---|
author | Israel Rukshin <[email protected]> | Wed Sep 26 09:44:18 2018 +0000 |
committer | Jason Gunthorpe <[email protected]> | Fri Sep 28 09:53:49 2018 -0600 |
tree | 899bf4b38053337c9e3ea155e8d67aa5f76d66dc | |
parent | 3df6e0234aebc55888069997239fe2847d4cf152 [diff] |
IB/iser: Fix possible NULL deref at iser_inv_desc() In case target remote invalidates bogus rkey and signature is not used, pi_ctx is NULL deref. The commit also fails the connection on bogus remote invalidation. Fixes: 59caaed7a72a ("IB/iser: Support the remote invalidation exception") Signed-off-by: Israel Rukshin <[email protected]> Reviewed-by: Max Gurtovoy <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>