summaryrefslogtreecommitdiff
path: root/fs/nfsd
diff options
context:
space:
mode:
authorLen Baker <len.baker@gmx.com>2021-07-17 18:20:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-27 16:11:10 +0300
commitc10fe0cc3ec4089d5da21faa732d74a40efbc07a (patch)
treef7d3e6bac4185ccac083ba3dc9b8cb42f7d966ea /fs/nfsd
parentfa8db3989362866ea1beb1314fc4e86f373a6425 (diff)
downloadlinux-c10fe0cc3ec4089d5da21faa732d74a40efbc07a.tar.xz
staging/wlan-ng: Remove all strcpy() uses in favor of strscpy()
strcpy() performs no bounds checking on the destination buffer. This could result in linear overflows beyond the end of the buffer, leading to all kinds of misbehaviors. The safe replacement is strscpy(). Signed-off-by: Len Baker <len.baker@gmx.com> Link: https://lore.kernel.org/r/20210717152032.10164-1-len.baker@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/nfsd')
0 files changed, 0 insertions, 0 deletions