]> 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>
Mon, 17 Mar 2025 11:21:53 +0000 (12:21 +0100)
commitb00042008d5be154ab669af0804797c3819b86ab
tree42b3623ab7565e09389ee7b5b7a802f318fc9e9e
parentae39afa104bdfb9d7cc8f6df5ff2310626e98d11
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>
(cherry picked from commit e05e2b4f89a00fadc1032ad7720fefdd99dca029)
lsfd-cmd/lsfd.c