alistair23-linux/drivers/staging/rtl8192e
Takashi Iwai 39ddadf14d staging: rtl8192e: 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-3-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-12 09:23:59 +01:00
..
rtl8192e staging: rtl8192e: remove redundant initialization of variable init_status 2020-02-23 19:20:49 +01:00
dot11d.c
dot11d.h
Kconfig staging: rtl8192e: rtllib_crypt_ccmp.c: Use crypto API ccm(aes) 2019-08-18 08:51:11 +02:00
Makefile
rtl819x_BA.h
rtl819x_BAProc.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtl819x_HT.h
rtl819x_HTProc.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtllib.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
rtllib_crypt_ccmp.c staging: rtl8192e: remove set but not used variable 'data_len' 2019-08-21 09:15:43 -07:00
rtllib_crypt_tkip.c
rtllib_crypt_wep.c
rtllib_debug.h
rtllib_module.c
rtllib_rx.c staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
rtllib_softmac.c staging: rtl*: Remove tasklet callback casts 2019-11-16 14:41:02 +01:00
rtllib_softmac_wx.c
rtllib_tx.c staging: rtl8192e: style fix - Prefer using '"%s...", __func__' 2020-02-09 16:22:58 -08:00
rtllib_wx.c staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
TODO