linux/drivers/ssb
Takashi Iwai ca44e47a2b ssb: 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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2020-03-12 15:44:12 +02:00
..
b43_pci_bridge.c
bridge_pcmcia_80211.c
driver_chipcommon.c
driver_chipcommon_pmu.c
driver_chipcommon_sflash.c
driver_extif.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
driver_gige.c
driver_gpio.c ssb/gpio: Remove unnecessary WARN_ON from driver_gpio 2019-06-25 08:05:34 +03:00
driver_mipscore.c
driver_pcicore.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
embedded.c
host_soc.c
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
main.c
Makefile
pci.c ssb: make array pwr_info_offset static const, makes object smaller 2019-09-13 17:23:18 +03:00
pcihost_wrapper.c
pcmcia.c
scan.c
sdio.c
sprom.c ssb: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 15:44:12 +02:00
ssb_private.h