ubifs: xattr: Fix some potential memory leaks while iterating entries
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 1 Jun 2020 09:10:36 +0000 (17:10 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 17 Sep 2020 20:55:41 +0000 (22:55 +0200)
commitf2aae745b82c842221f4f233051f9ac641790959
tree4091cc20db14a01b693ace43b6206ad824d1816d
parente4c26faa426c17274884f759f708bc9ee22fd59a
ubifs: xattr: Fix some potential memory leaks while iterating entries

Fix some potential memory leaks in error handling branches while
iterating xattr entries. For example, function ubifs_tnc_remove_ino()
forgets to free pxent if it exists. Similar problems also exist in
ubifs_purge_xattrs(), ubifs_add_orphan() and ubifs_jnl_write_inode().

Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Cc: <stable@vger.kernel.org>
Fixes: 1e51764a3c2ac05a2 ("UBIFS: add new flash file system")
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/journal.c
fs/ubifs/orphan.c
fs/ubifs/tnc.c
fs/ubifs/xattr.c