fusermount: Fix use of uninitialized x_mnt_opts (#924)
authorBernd Schubert <bschubert@ddn.com>
Sat, 6 Apr 2024 13:19:33 +0000 (15:19 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2024 13:19:33 +0000 (15:19 +0200)
commit20de66dc898002b9315192a5095a3dcd4f6ec248
treea5f1ac7d72df07d135586ec04222f422d8543995
parente2df577a7ca0c4b06d9eb36eb79138e34cc03088
fusermount: Fix use of uninitialized x_mnt_opts (#924)

x_mnt_opts was not initialized to 0, but strncat was done

Spotted by cppcheck running on our ddn branch.
util/fusermount.c