]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fsck.cramfs: use open+fstat rather than stat+open
authorKarel Zak <kzak@redhat.com>
Mon, 21 Jun 2021 10:39:33 +0000 (12:39 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jul 2021 09:33:27 +0000 (11:33 +0200)
commitb0f8d63e6314140a6e51c2cbe5bc143e6e53ab1b
treebaff57373a7843bba756953ed2ac49b997aed9f2
parent86328e78ea03f0c96d571b48fa79df014dfb40e9
fsck.cramfs: use open+fstat rather than stat+open

Fixes: https://github.com/karelzak/util-linux/issues/1353
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fsck.cramfs.c