aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-06-23 19:24:37 +0100
committerJason Gunthorpe <jgg@nvidia.com>2021-06-24 09:16:42 -0300
commit6becfe913bda839ae27224a2ea9d6cfb07c3fa2d (patch)
tree3f59e951b4909ad403af6cd1222be8f9d98e7678 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent109d19a5eb3ddbdb87c43bfd4bcf644f4569da64 (diff)
RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1
The bit field rsvd1 in resp is not being initialized and garbage data is being copied from the stack back to userspace via the ib_copy_to_udata call. Fix this by setting the entire struct resp to zero; this will ensure that further new bit fields in the future will be zero'd too. Link: https://lore.kernel.org/r/20210623182437.163801-1-colin.king@canonical.com Addresses-Coverity: ("Uninitialized scalar variable") Fixes: 879740517dab ("RDMA/bnxt_re: Update ABI to pass wqe-mode to user space") Signed-off-by: Colin Ian King <colin.king@canonical.com> [jgg: remove extra zeroing] Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions