summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorLen Baker <len.baker@gmx.com>2021-07-18 16:12:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-29 18:26:30 +0300
commit7aaabc37943f383ec8d8e51b7fc43ae60fac4206 (patch)
tree0c39d304345edb311d20e3b889b51b336e2523f1 /drivers/staging/vt6655
parent041878d46ba37157814e6b650c9eff6efa7070d6 (diff)
downloadlinux-7aaabc37943f383ec8d8e51b7fc43ae60fac4206.tar.xz
staging/vc04_services: 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/20210718131217.3806-1-len.baker@gmx.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
0 files changed, 0 insertions, 0 deletions