[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220113074848.1308414-1-libaokun1@huawei.com>
Date: Thu, 13 Jan 2022 15:48:46 +0800
From: Baokun Li <libaokun1@...wei.com>
To: <richard@....at>, <dwmw2@...radead.org>,
<linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
CC: <libaokun1@...wei.com>, <yukuai3@...wei.com>
Subject: [PATCH -next v2 0/2] jffs2: fix two memory leak when mount jffs2
V1->V2:
In jffs2_scan_medium,
if s = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL);
returns error, go to "out" to do clear. Null pointer dereference
occurs when if (s->sum_list_head) is executed in "out".
Baokun Li (2):
jffs2: fix memory leak in jffs2_do_mount_fs
jffs2: fix memory leak in jffs2_scan_medium
fs/jffs2/build.c | 4 +++-
fs/jffs2/scan.c | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
--
2.31.1
Powered by blists - more mailing lists