]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
RDMA/uverbs: Prevent leak of reserved field
authorLeon Romanovsky <leonro@mellanox.com>
Tue, 1 Aug 2017 06:41:35 +0000 (09:41 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 4 Aug 2017 18:24:05 +0000 (14:24 -0400)
commitf7a6cb7b38c6845b26aaa8bbdf519ff6e3090831
tree4d99e9f004c4b655dc0b06b9bc175edba6cc3d4d
parent5fff41e1f89d93feef9833c49a415dc337af5a99
RDMA/uverbs: Prevent leak of reserved field

initialize to zero the response structure to prevent
the leakage of "resp.reserved" field.

drivers/infiniband/core/uverbs_cmd.c:1178 ib_uverbs_resize_cq() warn:
check that 'resp.reserved' doesn't leak information

Fixes: 33b9b3ee9709 ("IB: Add userspace support for resizing CQs")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/uverbs_cmd.c