aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorFedor Tokarev2020-10-15 16:59:08 +0300
committerTrond Myklebust2020-12-02 14:05:54 -0500
commit35a6d396721e28ba161595b0fc9e8896c00399bb (patch)
tree9e46b6f6cd7934cdf2b9db671b8eeb49d6e02855 /fs
parentd3ff46fe693683cb9660e9b93e8c932cc8e0c1f8 (diff)
net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
'snprintf' returns the number of characters which would have been written if enough space had been available, excluding the terminating null byte. Thus, the return value of 'sizeof(buf)' means that the last character has been dropped. Signed-off-by: Fedor Tokarev <ftokarev@gmail.com> Fixes: 2f34b8bfae19 ("SUNRPC: add links for all client xprts to debugfs") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions