linux-hardened/drivers/net/wireless/realtek/rtl818x
Larry Finger 199ba9faca rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument
In gcc8, when the 3rd argument (size) of a call to strncpy() matches the
length of the first argument, the compiler warns of the possibility of an
unterminated string. Using strlcpy() forces a null at the end.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-08-31 18:46:19 +03:00
..
rtl8180 rtl818x: Replace mdelay() with msleep() in rtl8225se_rf_init 2018-07-31 10:26:46 +03:00
rtl8187 rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument 2018-08-31 18:46:19 +03:00
Kconfig
Makefile
rtl818x.h