orangefs: fix out-of-bounds fsid access
authorMike Marshall <hubcap@omnibond.com>
Wed, 1 May 2024 20:20:36 +0000 (16:20 -0400)
committerMike Marshall <hubcap@omnibond.com>
Mon, 6 May 2024 14:10:36 +0000 (10:10 -0400)
commit53e4efa470d5fc6a96662d2d3322cfc925818517
tree4b191bdccc3c3f9c429cb67e822a7506d19a1915
parentdd5a440a31fae6e459c0d6271dddd62825505361
orangefs: fix out-of-bounds fsid access

Arnd Bergmann sent a patch to fsdevel, he says:

"orangefs_statfs() copies two consecutive fields of the superblock into
the statfs structure, which triggers a warning from the string fortification
helpers"

Jan Kara suggested an alternate way to do the patch to make it more readable.

I ran both ideas through xfstests and both seem fine. This patch
is based on Jan Kara's suggestion.

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/super.c