linux/drivers/net/wireless/ath/carl9170
Takashi Iwai 5cb5b4759c carl9170: 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().

Cc: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2020-03-12 15:43:36 +02:00
..
carl9170.h
cmd.c
cmd.h
debug.c carl9170: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 15:43:36 +02:00
debug.h
eeprom.h
fw.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57 2019-05-24 17:36:43 +02:00
fwcmd.h
fwdesc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 325 2019-06-05 17:37:06 +02:00
hw.h
Kconfig drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
led.c
mac.c wireless: carl9170: fix clang build warning 2019-04-29 18:00:42 +03:00
main.c mac80211: simplify TX aggregation start 2019-10-04 13:58:13 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
phy.c
phy.h
rx.c wireless: carl9170: fix clang build warning 2019-04-29 18:00:42 +03:00
tx.c carl9170: tx: mark expected switch fall-throughs 2018-11-05 13:22:35 +02:00
usb.c carl9170: remove set but not used variable 'udev' 2019-09-04 09:09:34 +03:00
version.h
wlan.h