You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments