diff options
| author | Colin Ian King <colin.king@canonical.com> | 2019-02-11 16:34:15 +0300 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-02-12 01:34:54 +0300 |
| commit | a87145957eb9c474559b3acd2cfc6e8914b0e08f (patch) | |
| tree | 608748fbe6ab3d863b8daa3a8dc3fcb5f6b59179 /tools/perf/scripts/python/stackcollapse.py | |
| parent | fc9e4477f924e84d7798f7a1d41401d699de1219 (diff) | |
| download | linux-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
