]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: fix a memory leak in xfs_buf_item_init()
authorHaoxiang Li <lihaoxiang@isrc.iscas.ac.cn>
Wed, 10 Dec 2025 09:06:01 +0000 (17:06 +0800)
committerCarlos Maiolino <cem@kernel.org>
Tue, 16 Dec 2025 07:50:11 +0000 (08:50 +0100)
commitfc40459de82543b565ebc839dca8f7987f16f62e
tree92806cb2162e528ebaf6c165da0d5c4c01ae666a
parentf06725052098d7b1133ac3846d693c383dc427a2
xfs: fix a memory leak in xfs_buf_item_init()

xfs_buf_item_get_format() may allocate memory for bip->bli_formats,
free the memory in the error path.

Fixes: c3d5f0c2fb85 ("xfs: complain if anyone tries to create a too-large buffer log item")
Cc: stable@vger.kernel.org
Signed-off-by: Haoxiang Li <lihaoxiang@isrc.iscas.ac.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf_item.c