diff options
author | Qianqiang Liu <qianqiang.liu@163.com> | 2024-09-27 22:06:13 +0800 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2024-10-08 10:12:42 +0300 |
commit | 6ff57a2ea7c2911f80457a5a3a5b4370756ad475 (patch) | |
tree | 071e58517d3e61b3f6aaba285c0fe2c1804c3f03 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 8e65abacbce22fc8dcf6d58f7937e721d8a13fdd (diff) |
RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event
nlmsg_put() may return a NULL pointer assigned to nlh, which will later
be dereferenced in nlmsg_end().
Fixes: 9cbed5aab5ae ("RDMA/nldev: Add support for RDMA monitoring")
Link: https://patch.msgid.link/r/Zva71Yf3F94uxi5A@iZbp1asjb3cy8ks0srf007Z
Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions