commit | 0625b4ba1a5d4703c7fb01c497bd6c156908af00 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Aug 14 15:33:52 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Aug 14 15:35:12 2018 -0600 |
tree | f15b75c430a49c33bca7b26f84285d843691f4d8 | |
parent | 0da9be22cdcbcbe0e5f04271dcfac71601526a3e [diff] |
IB/mlx5: Fix leaking stack memory to userspace mlx5_ib_create_qp_resp was never initialized and only the first 4 bytes were written. Fixes: 41d902cb7c32 ("RDMA/mlx5: Fix definition of mlx5_ib_create_qp_resp") Cc: <stable@vger.kernel.org> Acked-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>