]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: fix unitialized automatic struct ifake to 0.
authorBill O'Donnell <bodonnel@redhat.com>
Fri, 14 Jun 2024 16:00:14 +0000 (11:00 -0500)
committerCarlos Maiolino <cem@kernel.org>
Mon, 17 Jun 2024 11:54:47 +0000 (13:54 +0200)
commit281cc21031e6b0baadcfa195cd07ebf479390c82
tree38da60cf9028426d2eba9e215e2ae1f86fcaed01
parent0e95efd2f07af7942e8dbd83727cf422bff36aa6
xfs_db: fix unitialized automatic struct ifake to 0.

Ensure automatic struct ifake is properly initialized.

Coverity-id: 15966001596597

Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/bmap_inflate.c