From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1oxroG-00045F-8z for mharc-grub-devel@gnu.org; Wed, 23 Nov 2022 10:37:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxroE-000453-Ri for grub-devel@gnu.org; Wed, 23 Nov 2022 10:37:10 -0500 Received: from dibed.net-space.pl ([84.10.22.86]) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:192) (Exim 4.90_1) (envelope-from ) id 1oxroD-0001gv-AF for grub-devel@gnu.org; Wed, 23 Nov 2022 10:37:10 -0500 Received: from router-fw.i.net-space.pl ([192.168.52.1]:58368 "EHLO tomti.i.net-space.pl") by router-fw-old.i.net-space.pl with ESMTP id S2168164AbiKWPhG (ORCPT ); Wed, 23 Nov 2022 16:37:06 +0100 X-Comment: RFC 2476 MSA function at dibed.net-space.pl logged sender identity as: dkiper Date: Wed, 23 Nov 2022 16:37:04 +0100 From: Daniel Kiper To: fengtao40@huawei.com Cc: grub-devel@gnu.org, yanan@huawei.com, zhaowei23@huawei.com Subject: Re: [PATCH 0/9] fix memory leaks in fs module Message-ID: <20221123153704.5us57uw2xuufrtmd@tomti.i.net-space.pl> References: <20221119103946.657744-1-fengtao40@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221119103946.657744-1-fengtao40@huawei.com> User-Agent: NeoMutt/20170113 (1.7.2) Received-SPF: pass client-ip=84.10.22.86; envelope-from=dkiper@net-space.pl; helo=dibed.net-space.pl X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2022 15:37:11 -0000 On Sat, Nov 19, 2022 at 06:39:37PM +0800, t.feng via Grub-devel wrote: > Hi all, > I am doing code review in grub-core/fs module and I found some > memory leaks. > > ************************* > > t.feng (9): > fs/affs:Fix memory leaks in grub_affs_create_node > fs/btrfs: Fix memory leak in find_path > fs/minix: Fix memory leak in grub_minix_lookup_symlink > fs/ntfs: Fix memory leak in grub_ntfs_read_symlink > fs/bfs: Fix memory leak in read_bfs_file > fs/hfsplus: Fix memory leak in grub_hfsplus_btree_search > fs/iso9660: Fix memory leak in grub_iso9660_susp_iterate > fs/squash4: Fix memeory leak in grub_squash_iterate_dir > fs/xfs: Fix memory leaks in xfs You can add Reviewed-by: Daniel Kiper to all patches for which I did not send a reply. Daniel