summaryrefslogtreecommitdiff
path: root/drivers/ssb
diff options
context:
space:
mode:
authorLen Baker <len.baker@gmx.com>2021-07-17 17:20:32 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-27 15:11:10 +0200
commitc10fe0cc3ec4089d5da21faa732d74a40efbc07a (patch)
treef7d3e6bac4185ccac083ba3dc9b8cb42f7d966ea /drivers/ssb
parentfa8db3989362866ea1beb1314fc4e86f373a6425 (diff)
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 'drivers/ssb')
0 files changed, 0 insertions, 0 deletions