diff options
author | 2016-12-06 15:49:30 -0600 | |
---|---|---|
committer | 2016-12-12 17:20:26 -0500 | |
commit | f4a87ca12a1c203913a5cc889ec49b817a1f45fc (patch) | |
tree | fab49377163fae43144892789644e5ccc72cb0e1 /tools/perf/scripts/python | |
parent | i40iw: Use correct src address in memcpy to rdma stats counters (diff) | |
download | wireguard-linux-f4a87ca12a1c203913a5cc889ec49b817a1f45fc.tar.xz wireguard-linux-f4a87ca12a1c203913a5cc889ec49b817a1f45fc.zip |
i40iw: Fix double free of QP
A QP can be double freed if i40iw_cm_disconn() is
called while it is currently being freed by
i40iw_rem_ref(). The fix in i40iw_cm_disconn() will
first check if the QP is already freed before
making another request for the QP to be freed.
Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Henry Orosco <henry.orosco@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions