dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Wed, 1 Oct 2014 20:58:35 +0000 (22:58 +0200)
committerMike Snitzer <snitzer@redhat.com>
Mon, 6 Oct 2014 00:03:38 +0000 (20:03 -0400)
If cn_add_callback() fails in dm_ulog_tfr_init(), it does not
deallocate prealloced memory but calls cn_del_callback().

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Reviewed-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Cc: stable@vger.kernel.org

No differences found