Ryusuke Konishi 697b7f6abe nilfs-tune: fix gcc8 warnings at user_string() and group_string()
GCC 8 emits -Wstringop-truncation warnings at user_string() and
group_string().

This suppresses these warnings by explicitly writing a null character
to the last character in buffers, even if it is not computationally
necessary.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
2022-06-20 01:21:25 +09:00
..