2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 06:34:11 +08:00
linux-next/drivers/staging/rtl8188eu
Takashi Iwai 72e7375caf staging: rtl8188eu: Use scnprintf() for avoiding potential buffer overflow
Since snprintf() returns the would-be-output size instead of the
actual output size, the succeeding calls may go beyond the given
buffer limit.  Fix it by replacing with scnprintf().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20200311092451.23933-2-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-12 09:23:59 +01:00
..
core staging: rtl8188eu: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
hal staging: rtl8188eu: remove redundant assignment to cond 2020-02-23 19:20:49 +01:00
include staging: rtl8188eu: remove unused enum and defines 2020-01-22 09:44:44 +01:00
os_dep staging: rtl8188eu: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
Kconfig staging: rtl8188eu: use help instead of ---help--- in Kconfig 2019-05-20 10:49:07 +02:00
Makefile staging: rtl8188eu: rename odm_HWConfig 2018-10-02 15:20:40 -07:00
TODO staging: rtl8188eu: Fix spelling mistake 2018-08-27 19:29:39 +02:00