]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dlm: fixed memory leaks after failed ls_remove_names allocation
authorVasily Averin <vvs@virtuozzo.com>
Thu, 15 Nov 2018 10:15:05 +0000 (13:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jan 2019 09:07:12 +0000 (10:07 +0100)
commit7d5345b7eeb57d93e453e7e6e5bf481ab5eb2846
tree1b4e8b2c53295cfbc96dbb1cc58893eca5d290e0
parent0ba61349a8b37aa7cc4651cfee044247f7ab0281
dlm: fixed memory leaks after failed ls_remove_names allocation

commit b982896cdb6e6a6b89d86dfb39df489d9df51e14 upstream.

If allocation fails on last elements of array need to free already
allocated elements.

v2: just move existing out_rsbtbl label to right place

Fixes 789924ba635f ("dlm: fix race between remove and lookup")
Cc: stable@kernel.org # 3.6
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dlm/lockspace.c