diff options
author | Vasily Averin <vvs@virtuozzo.com> | 2018-11-15 11:18:56 +0100 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2018-11-15 16:57:22 +0100 |
commit | d47b41aceeadc6b58abc9c7c6485bef7cfb75636 (patch) | |
tree | 09a343fb083140d8ff79bd39e38e95695f40b1d1 /fs/dlm/lowcomms.h | |
parent | dlm: lost put_lkb on error path in receive_convert() and receive_unlock() (diff) | |
download | linux-d47b41aceeadc6b58abc9c7c6485bef7cfb75636.tar.xz 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 'fs/dlm/lowcomms.h')
0 files changed, 0 insertions, 0 deletions