linux-stable/drivers/most
Azeem Shaikh 2af4aa3be5 staging: most: Replace all non-returning strlcpy with strscpy
strlcpy() reads the entire source buffer first.
This read may exceed the destination size limit.
This is both inefficient and can lead to linear read
overflows if a source string is not NUL-terminated [1].
In an effort to remove strlcpy() completely [2], replace
strlcpy() here with strscpy().
No return values were used, so direct replacement is safe.

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strlcpy
[2] https://github.com/KSPP/linux/issues/89

Signed-off-by: Azeem Shaikh <azeemshaikh38@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20230523021640.2406585-1-azeemshaikh38@gmail.com
2023-06-01 07:07:37 -07:00
..
Kconfig most: tell what the MOST acronym means 2023-01-19 17:16:05 +01:00
Makefile drivers: most: add ALSA sound driver 2021-03-23 10:03:13 +01:00
configfs.c staging: most: Replace all non-returning strlcpy with strscpy 2023-06-01 07:07:37 -07:00
core.c most: core: Constify static attribute_group structs 2021-01-26 19:24:51 +01:00
most_cdev.c driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
most_snd.c most: fix kernel-doc warnings 2023-01-19 17:16:01 +01:00
most_usb.c most: fix kernel-doc warnings 2023-01-19 17:16:01 +01:00