]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: initialize struct stat [coverity scan]
authorKarel Zak <kzak@redhat.com>
Wed, 12 Mar 2025 14:16:18 +0000 (15:16 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 12 Mar 2025 14:16:18 +0000 (15:16 +0100)
commite05e2b4f89a00fadc1032ad7720fefdd99dca029
tree8beacab0615267a50d6069709d40bc06dc7d0765
parentad591f1a8e5917cd41d91de18626494e072414f8
lsfd: initialize struct stat [coverity scan]

It's probably unnecessary, but for a complicated function, it's
probably better just to keep the static analyzer happy.

Signed-off-by: Karel Zak <kzak@redhat.com>
lsfd-cmd/lsfd.c