]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_logprint: fix pointer bug
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Dec 2025 20:57:38 +0000 (12:57 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 17 Dec 2025 11:50:47 +0000 (12:50 +0100)
commit20796eec31f8afe388bf8d8ae9064f29c5af07a1
tree1ca61238b19deda385a46b0090dbc4c03e9b7b85
parent98f05de13e7815c4d4e637d3dab5d4b40e8533cb
xfs_logprint: fix pointer bug

generic/055 captures a crash in xfs_logprint due to an incorrect
refactoring trying to increment a pointer-to-pointer whereas before it
incremented a pointer.

Fixes: 5a9b7e95140893 ("logprint: factor out a xlog_print_op helper")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
logprint/log_misc.c