summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-11 16:34:15 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-02-12 01:34:54 +0300
commita87145957eb9c474559b3acd2cfc6e8914b0e08f (patch)
tree608748fbe6ab3d863b8daa3a8dc3fcb5f6b59179 /tools/perf/scripts/python/stackcollapse.py
parentfc9e4477f924e84d7798f7a1d41401d699de1219 (diff)
downloadlinux-a87145957eb9c474559b3acd2cfc6e8914b0e08f.tar.xz
RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member
The struct member comp_mask has not been initialized however a bit pattern is being bitwise or'd into the member and hence other bit fields in comp_mask may contain any garbage from the stack. Fix this by making the bitwise or into an assignment. Fixes: 95b86d1c91ad ("RDMA/bnxt_re: Update kernel user abi to pass chip context") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Devesh Sharma <devesh.sharma@broadcom.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions