linux/drivers/staging/ks7010
Len Baker 3c6675363d staging/ks7010: 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/20210723145122.5746-1-len.baker@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-07-27 15:21:02 +02:00
..
eap_packet.h
Kconfig
ks7010_sdio.c staging: ks7010: Fix the initialization of the 'sleep_status' structure 2021-07-27 15:07:43 +02:00
ks_hostif.c
ks_hostif.h staging: ks7010: Wrap macro definitions in parenthesis 2021-06-18 13:02:54 +02:00
ks_wlan_ioctl.h
ks_wlan_net.c staging/ks7010: Remove all strcpy() uses in favor of strscpy() 2021-07-27 15:21:02 +02:00
ks_wlan.h
Makefile
TODO