commit | 5f3e3b85cc0a5eae1c46d72e47d3de7bf208d9e2 | [log] [tgz] |
---|---|---|
author | Chien Tin Tung <chien.tin.tung@intel.com> | Wed Mar 21 13:09:25 2018 -0500 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Mar 21 14:22:22 2018 -0600 |
tree | 2a33788bc07a22f5d022ed476b3b177a4a061b00 | |
parent | 103140eccbd2e3d56bcd366eba3e657f5d358bf5 [diff] |
RDMA/ucma: Correct option size check using optlen The option size check is using optval instead of optlen causing the set option call to fail. Use the correct field, optlen, for size check. Fixes: 6a21dfc0d0db ("RDMA/ucma: Limit possible option size") Signed-off-by: Chien Tin Tung <chien.tin.tung@intel.com> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>