diff options
author | 2018-11-15 13:18:56 +0300 | |
---|---|---|
committer | 2018-11-15 09:57:22 -0600 | |
commit | d47b41aceeadc6b58abc9c7c6485bef7cfb75636 (patch) | |
tree | 09a343fb083140d8ff79bd39e38e95695f40b1d1 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | dlm: lost put_lkb on error path in receive_convert() and receive_unlock() (diff) | |
download | wireguard-linux-d47b41aceeadc6b58abc9c7c6485bef7cfb75636.tar.xz wireguard-linux-d47b41aceeadc6b58abc9c7c6485bef7cfb75636.zip |
dlm: memory leaks on error path in dlm_user_request()
According to comment in dlm_user_request() ua should be freed
in dlm_free_lkb() after successful attach to lkb.
However ua is attached to lkb not in set_lock_args() but later,
inside request_lock().
Fixes 597d0cae0f99 ("[DLM] dlm: user locks")
Cc: stable@kernel.org # 2.6.19
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions