diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2018-08-21 20:29:17 +0300 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-08-31 06:17:20 +0000 |
commit | cd1051789361bd07e248baf1bf0fbbe479cd4ae1 (patch) | |
tree | 97a0b5bc7b3f93dd3ed79dee38e106c987d73001 /contrib/xxhash | |
parent | a1d61242baed1c2078707c401632719e756fcacb (diff) |
NFS server (mount3.c, nfs-inodes.c): strncpy()->sprintf(), reduce strlen()'s
xlators/nfs/server/src/mount3.c
xlators/nfs/server/src/nfs-inodes.c
strncpy may not be very efficient for short strings copied into
a large buffer: If the length of src is less than n,
strncpy() writes additional null bytes to dest to ensure
that a total of n bytes are written.
Instead, use snprintf().
Compile-tested only!
Change-Id: Ibe74ccdb67434e9a10fc1f21c0b4cd5e4b8cb589
updates: bz#1193929
Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
Diffstat (limited to 'contrib/xxhash')
0 files changed, 0 insertions, 0 deletions